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

HTML标签-【fieldset】-fieldset

时间:2016-10-15 11:29:04      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:


    1. <fieldset style="width: 400px; height: auto; margin: 10px auto">
    2. <legend>用户基本信息</legend>
    3. <form name="myForm" id="myForm" action="" method="post">
    4. <label for="username">
    5. UserName:
    6. </label>
    7. <input type="text" id="username" />
    8. <br />
    9. <label for="pwd">
    10. PassWord!</label>
    11. <input type="text" id="pwd" />
    12. <br />
    13. <input type="submit" value="Submit" />
    14. <input type="reset" value="Reset" />
    15. </form>
    16. </fieldset>





HTML标签-【fieldset】-fieldset

标签:

原文地址:http://www.cnblogs.com/Sky-cloudless/p/5962819.html

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