码迷,mamicode.com
首页 > Web开发 > 详细

HTML Notes

时间:2014-09-30 04:39:42      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   os   ar   strong   for   

Label tag and input in form

bubuko.com,布布扣
<form action="">
  <label for="male">Male</label> //for and id should be same
  <input type="radio" name="sex" id="male" value="male"><br>
  <label for="female">Female</label>
  <input type="radio" name="sex" id="female" value="female"><br><br>
  <input type="submit" value="Submit">
</form>
View Code

 

HTML Notes

标签:style   blog   http   color   io   os   ar   strong   for   

原文地址:http://www.cnblogs.com/shuaiwhu/p/3989710.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!