码迷,mamicode.com
首页 > 其他好文 > 详细

form表单中的input有哪些类型

时间:2015-04-07 00:44:36      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:html   javascript   表单   面试题   

form表单中的input有哪些类型


1、button

    <input type="button"/>


2、checkbox

     <input type="checkbox"/>


3、file

     <input type="file"/>


4、hidden

    <input type="hidden"/>


5、image

    <input type="image"/>


6、password

    <input type="password"/>


7、radio

    <input type="radio"/>


8、reset

    <input type="reset"/>


9、submit

     <input type="submit"/>


10、text

      <input type="text"/>

form表单中的input有哪些类型

标签:html   javascript   表单   面试题   

原文地址:http://blog.csdn.net/you23hai45/article/details/44907861

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