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

关于input

时间:2017-06-23 15:44:14      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:oca   action   jpg   图片   域名   input   box   默认   file   

form action="#">
<input type="button" value="button"><!--代替submit提交-->
<input type="checkbox"><!--单选打钩-->
<input type="color"><!--颜色-->
<input type="date"><!--年月日-->
<input type="datetime"><!--时间 UTC时区-->
<input type="datetime-local"><!--时间 不带时区-->
<input type="week"><!--多少年的第几周-->
<input type="time"><!--23:59-->
<input type="month"><!--年月-->
<input type="email"><!--输入邮箱@。。。-->
<input type="submit">

<input type="file"><!--选择文件显示路径-->

<!--不用太深究-->
<input type="hidden"><!--隐藏输入字段-->
<input type="image" value="hehe"><!--隐藏呵呵图片-->
<img src="time.jpg" alt="hehee" >

<input type="number"><!--选择数字字段-->
<input type="password"><!--密码-->
<input type="radio"><!--单选按钮 圆圈-->
<input type="range"><!--输入数字的控件 类似于音量的进度条-->
<input type="reset"><!--重置按钮 恢复默认值-->
<input type="search"><!--输入搜索字符串的文本字段-->
<input type="tel"><!--输入电话号码的字段-->
<input type="url"><!--格式:http://123.cn 协议与域名 否则弹出请输入网址-->

</form>

<button>button2</button><!--代替submit提交-->

关于input

标签:oca   action   jpg   图片   域名   input   box   默认   file   

原文地址:http://www.cnblogs.com/zyhh/p/7064959.html

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