HTML textarea autofocus 属性
最后更新于:2022-03-26 23:16:18
HTML <textarea> autofocus 属性
浏览器支持
Internet Explorer 10、Firefox、Opera、Chrome 和 Safari 支持 autofocus 属性。
注意:Internet Explorer 9 及之前的版本支持 <textarea> 标签的 autofocus 属性。
定义和用法
autofocus 属性是一个布尔属性。
autofocus 属性规定文本区域应该在页面加载时自动获得焦点。
HTML 4.01 与 HTML5之间的差异
autofocus 属性是 HTML5 中 <textarea> 标签的新属性。
HTML 与 XHTML 之间的差异
在 XHTML 中,禁止属性最小化,autofocus 属性必须定义为 <textarea autofocus=”autofocus”>。
语法
<textarea autofocus>