最新的Web开发教程
 

HTML <textarea> autofocus Attribute

<HTML <textarea>标签

具有自动对焦功能的文本区域:

<textarea autofocus>
At w3ii.com you will learn how to make a website. We offer free tutorials in all web development technologies.
</textarea>
试一试»

定义和用法

autofocus属性是一个布尔属性。

如果存在,则表示该文本区域应该自动获得焦点时加载页面。


浏览器支持

在表中的数字指定完全支持属性所述第一浏览器的版本。

属性
autofocus 10.0 4

HTML 4.01和HTML5之间的差异

autofocus属性是新换的<textarea>在HTML5标签。


HTML和XHTML之间的差异

在XHTML中,最小的属性是被禁止的,而autofocus属性必须被定义为<textarea autofocus="autofocus">


句法

<textarea autofocus>

<HTML <textarea>标签