首页 > Web开发 > 详细

HTML5比较实用的代码

时间:2014-09-27 20:00:11      阅读:269      评论:0      收藏:0      [点我收藏+]

增强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="yourname@yourdomain.com" pattern="[0-9][A-Z]{3}" required>

 

HTML5比较实用的代码

原文:http://www.cnblogs.com/xinlinux/p/3997082.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!