首页 > Web开发 > 详细

html_3基础

时间:2015-09-18 18:40:59      阅读:237      评论:0      收藏:0      [点我收藏+]

1、input系统列标签

example:

<!DOCTYPE html>

<html>

     <head>

           <meta http-equiv="content-type" content="text/html;charset=utf-8">

           <title>页面一</title>    

     </head>

     <body>

           <input/>

           <br/>

           <input type=‘text‘/>

           <br/>

           <input type=‘password‘/>

           <br/>

           <input type=‘checkbox‘  name=‘ge‘/>

           <input type=‘checkbox‘  name=‘ge‘/>

           <br/>

           男:<input type=‘radio‘ name=‘gen‘/>

           女:<input type=‘radio‘ name=‘gen‘/>

           中性:<input type=‘radio‘ name=‘gen‘/>

           <br/>

           <input type=‘button‘ value=‘提交‘/>

           <input type=‘submit‘ value=‘提交‘/>

           <br/>

           <input type=‘file‘ />

     </body>

</html>

结果:

技术分享

技术分享


html_3基础

原文:http://anryk.blog.51cto.com/2814752/1696106

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!