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

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

 

posted @ 2015-08-26 16:00  请低下头  阅读(656)  评论(0编辑  收藏  举报