(3.1HTML5 属性变化)input

●Input

·电子邮件Input类型

<input type=“email” name=“email”>

PC端无差距,移动端差异。

·统一资源定位符Input类型

<input type=“url” name=“url”>

只适用于Iphone手机

·电话号码Input类型

<input type="tel" name="tel">

仅在移动端有效果。浏览器均不支持


·数字Input类型

<input type="number" name="number">
number PC端效果.gif
number手机端效果

●Date Pickers Input类型

Date——选取选取日、月、年
Month ——选取月、年
Week ——选取周和年
Time ——选取时间(小时和分钟)

Datetime——选取时间、日、月、年(UTC 时间)
Datetime-local ——选取时间、日、月、年(本地时间)

区别:
1.兼容性:
Datetime仅Safari和opera浏览器。
Datetime-local仅chrome、Safari和opera兼容。
2.一个本地时间,一个UTC时间

input(datepicker)PC端的效果.gif

·Date Pickers date Input类型

移动端仅仅在iPhone上有效果

<input type=“date” name=“date”>
iPhone端的date效果

·Date Pickers month Input类型

<input type=“month” name=“month”>
iphone端的month效果

·Date Pickers time Input类型

<input type=“time” name=“time”>
iphone端的time效果

·Date Pickers datetime Input类型

<input type=“datetime” name=“datetime”>
iPhone端的date效果

●其他input类型

·Range Input类型

<input type=“range” name=“range” min=“1” max=“10”>
range类型.gif

·Search Input类型

<input type=“search” name=“search”>

![Uploading color类型的效果_250337.gif . . .]

search类型效果.gif

·Color Input类型

<input type=“color” name=“color”>
color类型的效果.gif
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
【社区内容提示】社区部分内容疑似由AI辅助生成,浏览时请结合常识与多方信息审慎甄别。
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。

推荐阅读更多精彩内容

  • 1.什么是 HTML5? HTML5 将成为 HTML、XHTML 以及 HTML DOM 的新标准。 HTML ...
    A_sura阅读 4,773评论 3 26
  • 接上 关于HTML/HTML5(一)http://www.jianshu.com/p/33fc7840c079 学...
    Amyyy_阅读 4,247评论 0 4
  • Spring Cloud为开发人员提供了快速构建分布式系统中一些常见模式的工具(例如配置管理,服务发现,断路器,智...
    卡卡罗2017阅读 135,828评论 19 139
  • 国家电网公司企业标准(Q/GDW)- 面向对象的用电信息数据交换协议 - 报批稿:20170802 前言: 排版 ...
    庭说阅读 13,919评论 6 13
  • 在征服天堂以前,要经历地狱的磨练。在短暂的人生里,会有无数个大大小小的磨练,磨练越多越大,成就,则越多越大...
    闫昱佳阅读 1,873评论 0 3

友情链接更多精彩内容