</form>
<form>
<br/>你对什么运动感兴趣<br/>
<label for="manpao">慢跑</label>
<input type="radio" name="yundong" id="manpao"/>
<br/>
<label for="dengshan">登山</label>
<input type="radio" name="yundong" id="dengshan"/>
<br/>
<label for="lanqiu">篮球</label>
<input type="radio" name="yundong" id="lanqiu"/>
</form>
语法都没错,不过题目要求用复选 type="checkbox"
是这样的
是的。。