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

html5小趣味知识点系列(一)autofocus

时间:2015-08-26 17:44:59      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>autofocus</title>
</head>
<body>
    <input type="text" autofocus value="页面中只能有一个哦">
    <!-- 如果出现多个属性 那么以第一个出现该属性的元素为准 -->
    <!-- 常用于网站的搜索按钮的input -->
</body>
</html>

 

html5小趣味知识点系列(一)autofocus

标签:

原文地址:http://www.cnblogs.com/ling-du/p/4760700.html

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