亚洲区国产区激情区无码区,国产成人mv视频在线观看,国产A毛片AAAAAA,亚洲精品国产首次亮相在线

HTML 參考手冊

HTML 標(biāo)簽大全

HTML: <textarea> autofocus 屬性

autofocus 屬性是一個(gè)布爾屬性,autofocus 屬性指定文本區(qū)域應(yīng)該在頁面加載時(shí)自動(dòng)獲得焦點(diǎn)。

 HTML <textarea> 標(biāo)簽

在線示例

一個(gè)自動(dòng)獲得焦點(diǎn)的文本區(qū)域:

<textarea rows="4" cols="50" autofocus>
At (cainiaoplus.com) will learn how to make a website. We offer free tutorials in all web development technologies.
</textarea>
測試看看 ?/?

瀏覽器兼容性

IEFirefoxOperaChromeSafari

Internet Explorer 10、Firefox、Opera、Chrome 和 Safari 支持 autofocus 屬性。

注意:Internet Explorer 9 及更早版本支持 <textarea> 標(biāo)簽的 autofocus 屬性。

定義和用法

autofocus 屬性是一個(gè)布爾屬性。

autofocus 屬性指定文本區(qū)域應(yīng)該在頁面加載時(shí)自動(dòng)獲得焦點(diǎn)。

HTML 4.01 與 HTML5之間的差異

autofocus 屬性是 HTML5 中 <textarea> 標(biāo)簽的新屬性。

HTML 與 XHTML 之間的差異

在 XHTML 中,禁止屬性簡寫,autofocus 屬性必須定義為 <textarea autofocus="autofocus">。

語法

<textarea autofocus>
 HTML <textarea> 標(biāo)簽