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

html_3基础

时间:2015-09-18 18:41:51      阅读:150      评论:0      收藏:0      [点我收藏+]

标签:input 标签 input 元素

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基础

标签:input 标签 input 元素

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

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