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

HTML5内置邮箱验证属性

时间:2014-07-10 10:26:37      阅读:268      评论:0      收藏:0      [点我收藏+]

标签:http   os   cti   for   html   io   

只需给提交的表单(邮箱)添加只需要type=“email”即可。

例:

<form action="" method="post">
    <label for="email">邮箱:</label><input id="email" name="email" type="email" /> 
    <button type="submit">确定</button>
</form>

demo:

HTML5内置邮箱验证属性,布布扣,bubuko.com

HTML5内置邮箱验证属性

标签:http   os   cti   for   html   io   

原文地址:http://www.cnblogs.com/zhru/p/3812198.html

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