首页 > Web开发 > 详细

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

时间:2015-08-26 17:43:41      阅读:261      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!