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

HTML学习(11)新的input类型

时间:2020-03-30 09:54:08      阅读:75      评论:0      收藏:0      [点我收藏+]

标签:个数   表单   颜色   local   html   day   特性   取颜色   vco   

HTML5 新的 Input 类型

HTML5 拥有多个新的表单输入类型。这些新特性提供了更好的输入控制和验证。

本章全面介绍这些新的输入类型:

  • color  选取颜色  <input type="color" id="favcolor">
  • date  选择日期   <input type="date" name="bday">
  • datetime
  • datetime-local
  • email  提交时会验证email是否合法  <input type="email" name="email">
  • month
  • number  定义一个数字区域  <input type="number" min="1" max="5"> 限定输入1~5
  • range  <input type="range" min="1" max="10">
  • search 
  • tel
  • time
  • url
  • week

 

HTML学习(11)新的input类型

标签:个数   表单   颜色   local   html   day   特性   取颜色   vco   

原文地址:https://www.cnblogs.com/1016391912pm/p/12596364.html

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