<form>
<caption>你对什么运动感兴趣</caption>
<br/>
<label for="run">慢跑</label>
<input type="checkbox" name="1" id="run" />
<br />
<label for="Moun">登山</label>
<input type="checkbox" name="2" id="Moun" />
<br />
<label for="basketball">篮球</label>
<input type="checkbox" name="3" id="basketball">
</form>
这是我的代码,请大家帮我看一下,我的标题这样写可以吗?
还有name的属性需要都是一样的吗?
一样的,属性一样
name需要一样的值才能起到单选作用
name一样,value值不一样,你没有设置value值