Latest web development tutorials

HTML atrybut przycisk autofokusa

Przycisk HTML etykiety Reference Manual HTML <button> tag

Przykłady

Użyj właściwości przycisku autofokusa:

<button type="button" autofocus>点我!</button>

Spróbuj »

Pomoc Browser

Internet ExplorerFirefoxOperaGoogle ChromeSafari

Internet Explorer 10, Firefox, Chrome i Safari atrybutem wsparcie autofokus.

Uwaga: Internet Explorer 9 i wcześniejsze wersje IE nie obsługuje atrybut autofocus.


Definicja i Wykorzystanie

atrybut autofocus jest logiczna (Boolean) nieruchomości.

Autofokus atrybut określa, kiedy strona jest ładowana przyciski powinien automatycznie uzyskać ostrość.


Różnice między HTML 4.01 i HTML5

Obiekt autofokus Jest to nowy obiekt HTML5 <button> tag.


Różnice między HTML i XHTML

W XHTML, pozwoliły skrótem atrybutu, atrybut autofocus musi być zdefiniowany jako <button autofokusem = "autofocus">.


gramatyka

<button type="button" autofocus>


Przycisk HTML etykiety Reference Manual HTML <button> tag