问答详情
源自:6-8 使用label为input标签穿上衣服

value属性值怎么加最好??求最好的代码

  <label>你对什么运动感兴趣:</label><br/>
  <label for="run">慢跑</label>
  <input type="checkbox" id="run" name="love" value="1">
  <label for="climb">登山</label>
  <input type="checkbox" id="climb" name="love" >
  <label for="basketball">篮球</label>
  <input type="checkbox" id="basketball" name="love">


提问者:慕斯卡9626126 2015-08-04 08:56

个回答

  • 化龙贝
    2015-08-04 09:35:10
    已采纳

    什么意思?

    <input type="checkbox" id="basketball" value='basketball' name="love">