南波湾二
2019-09-10 10:19
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>form中的lable标签</title>
</head>
<body>
<form>
<label for="cxk">你对什么运动感兴趣</label>
<br/>
<label for="sing">唱</label>
<input type="checkbox" name="gender1" id="sing" />
<br />
<label for="jump">跳</label>
<input type="checkbox" name="gender2" id="jump" />
<br />
<label for="rap">rap</label>
<input type="checkbox" name="gender3" id="rap" />
<br/>
<label for="basketball">篮球</label>
<input type="checkbox" name="gender4" id="basketball" />
</form>
</body>
</html>
不应该是运动兴趣像吗?
初识HTML(5)+CSS(3)-升级版
1225297 学习 · 18230 问题
相似问题