小码哥的IT人生

HTML <button> 标签的 autofocus 属性 详解

HTML基础 2022-06-02 11:58:47小码哥的IT人生shichen

HTML <button> 标签的 autofocus 属性

实例

当页面加载时,会获得焦点的一个按钮:

<button type="button" autofocus="autofocus">
点击这里
</button>

 

完整实例【亲自试一试】:

<!DOCTYPE HTML>
<html>
<body>
<button type="button" autofocus="autofocus">点击这里</button>
</body>
</html>

可以使用本站在线JavaScript测试工具测试上述代码运行效果:http://www.phpcodeweb.com/runjs.html

定义和用法

autofocus 属性规定当页面加载时按钮应当自动地获得焦点。

如果使用该属性,则按钮会获得焦点。

HTML 4.01 与 HTML 5 之间的差异

autoplay 属性是 HTML 5 中的新属性。

语法

<button autofocus="autofocus">

版权所有 © 小码哥的IT人生
Copyright © phpcodeweb All Rights Reserved
ICP备案号:苏ICP备17019232号-2  

苏公网安备 32030202000762号

© 2021-2024