HTML5比较实用的代码

增强IE兼容性

<!--[if IE]>
  <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> <![endif]-->

HTML5输入类型

<input type="search">

<input type="tel">

<input type="url">

<input type="email">

<input type="datetime">

<input type="date">

<input type="month">

<input type="week">

<input type="time">

<input type="datetime-local">

<input type="number">

<input type="range">

<input type="color">

 

表单验证:

<input type="email" placeholder="[email protected]" pattern="[0-9][A-Z]{3}" required>

 

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。