最新的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>標籤