最新的Web開發教程
 

HTML <button> autofocus Attribute

<HTML <button>標記

具有自動對焦功能的按鈕:

<button type="button" autofocus>Click Me!</button>
試一試»

定義和用法

autofocus屬性是一個布爾屬性。

如果存在,它指定了一個按鈕,應該自動獲得焦點時加載頁面。


瀏覽器支持

在表中的數字指定完全支持屬性所述第一瀏覽器的版本。

屬性
autofocus 5 10.0 4 5 9.6

HTML 4.01和HTML5之間的差異

autofocus屬性是新換的<button>在HTML5標籤。


HTML和XHTML之間的差異

在XHTML中,屬性最小化是被禁止的,而autofocus屬性必須被定義為<button autofocus="autofocus">


句法

<button type="button" autofocus>

<HTML <button>標記