lable 的for属性
2008-07-11 19:24

<input type="radio" name="d" id='ra_0' checked="checked"/><label for="ra_0">全部</label>&nbsp;&nbsp;
<input type="radio" id='ra_1' name="d" /><label for="ra_1">BT</label>&nbsp;&nbsp;
<input type="radio" id='ra_2' name="d"><label for="ra_2">电驴</label>&nbsp;&nbsp;
<input type="radio" id='ra_3' name="d" /><label for="ra_3">影片信息(按演员、导演、片名)</label>

作用:让用户的选择区域更大

相关文章:

  • 2022-12-23
  • 2021-10-09
  • 2021-10-29
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-10-05
  • 2022-01-29
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-18
  • 2022-12-23
  • 2021-11-04
  • 2021-11-22
相关资源
相似解决方案