幫忙檢查一下代碼謝謝
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>form中的lable標簽</title>
</head>
<body>
<form>你對什么運動感興趣:<br/>
?? <label for="jogging">慢跑</label>
? <input type="checkbox" name="sports" id="jogging" />
? <br />
? <label for="climbing">登山</label>
? <input type="checkbox" name="sports" id="climbing" />
? <br />
? <label for="basketball">籃球</label>
? <input type="checkbox" name="sports" id="basketball">
?
</form>
</body>
</html>
2015-11-07
你的代碼沒有任何問題,需要檢查什么呢?