html 单选框、复选框 点击文字选中

html 单选框、复选框 点击文字选中

示例1(单选框)

<input type="radio"  value="1" id="score1"><label for="score1">1</label>

示例2(复选框)

<label><input type = "checkbox" value = "2" >2分</label>

猜你喜欢

转载自blog.csdn.net/leo187/article/details/79083913