form表单中的input有哪些类型

Posted odejsjhshw

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了form表单中的input有哪些类型相关的知识,希望对你有一定的参考价值。

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"/>

再分享一下我老师大神的人工智能教程吧。零基础!通俗易懂!风趣幽默!还带黄段子!希望你也加入到我们人工智能的队伍中来!https://blog.csdn.net/jiangjunshow



以上是关于form表单中的input有哪些类型的主要内容,如果未能解决你的问题,请参考以下文章

form中input是类型有哪些?

jquery.form.js提交 input file中的文件

ajax form表单提交 input file中的文件

练习-为网页添加icon图标;为网页添加关键字/作者;超链接;input的type属性有哪些常用属性值-form表单

HTML5都有哪些新的表单属性

Layui form 表单(常用)