HTML <button> autofocus 属性
定义和用法
autofocus
属性是一个布尔属性。
存在时,它指定一个按钮在页面加载时应该自动获得焦点。
浏览器支持
表中的数字指定第一个完全支持该属性的浏览器版本。
属性 | |||||
---|---|---|---|---|---|
autofocus | 5.0 | 10.0 | 4.0 | 5.0 | 9.6 |
语法
<button type="button" autofocus>
❮ HTML <button> 标签
autofocus
属性是一个布尔属性。
存在时,它指定一个按钮在页面加载时应该自动获得焦点。
表中的数字指定第一个完全支持该属性的浏览器版本。
属性 | |||||
---|---|---|---|---|---|
autofocus | 5.0 | 10.0 | 4.0 | 5.0 | 9.6 |
<button type="button" autofocus>
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]