html的小问题……
这段代码有什么错?为什么鼠标在我的几个label上点击还是不能自动在复选框打勾?
</form> <lable>你对什么运动感兴趣</lable> <form> <lable for="manpao">慢跑</lable> <input type="checkbox" name="hobby" id="manpao"> <lable for="dengshan">登山</lable> <input type="checkbox" name="hobby" id="dengshan"> <lable for="lanqiu">篮球</lable> <input type="checkbox" name="hobby" id="lanqiu"> </form>