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

HTML5比较实用的代码

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

标签:style   blog   http   color   ar   sp   div   on   c   

增强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比较实用的代码

标签:style   blog   http   color   ar   sp   div   on   c   

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

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