Html5表单(⼀)新的输⼊类型Html5表单
Html5的表单类型以及它们所吞带来的内置验证。
<input type="email"/>
2.url类型(输⼊正确的url)
<inputy type="url"/>
3.date输⼊类型(Opera上弹出⼀个⽇历⼩挂件)
html input type属性<input type="date"/>
4.time输⼊类型(允许输⼊⼀个24⼩时格式的时间并验证)
<input type="time"/>
5.datetime类型
<input type="datetime"/>
<input type="month"/>
7.week输⼊类型(允许输⼊和验证⼀个周数,Opera弹出⼩挂件)
<input type="week"/>
8.number输⼊类型
<input type="number"/>
9.range输⼊类型(显⽰⼀个滑块条)
<input type="range"/>
10.search输⼊类型
<input type="search"/>
<input type="tel"/>
<input type="color"/>
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系QQ:729038198,我们将在24小时内删除。
发表评论