DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> HTML基礎知識 >> HTML5詳解 >> html5 button autofocus 屬性介紹及應用
html5 button autofocus 屬性介紹及應用
編輯:HTML5詳解     
在Html 5中,可以設置當頁面加載時,自動焦點到達某個控件中,這個就是autofocus屬性了,如下: 

復制代碼代碼如下:www.mb5u.com
<input autofocus="autofocus" /> 
<button autofocus="autofocus">Hi!</button> 
<textarea autofocus="autofocus"></textarea> 

浏覽器支持該屬性的有: 
fiefox 4+,safari 5+,Chrome 6+,Opera 11+,IE 10, 而android 2.3和safari mobile 5-都不支持 

實例 
當頁面加載時,會獲得焦點的一個按鈕: 

復制代碼代碼如下:www.mb5u.com
<button type="button" autofocus="autofocus"> 
點擊這裡 
</button> 

親自試一試 
定義和用法 
autofocus 屬性規定當頁面加載時按鈕應當自動地獲得焦點。 

如果使用該屬性,則按鈕會獲得焦點。 
HTML 4.01 與 Html 5 之間的差異 
autoplay 屬性是 Html 5 中的新屬性。 
語法 

復制代碼代碼如下:www.mb5u.com
<button autofocus="autofocus"> 
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved