Gli ultimi tutorial di sviluppo web
 

HTML <keygen> autofocus Attribute

<HTML <keygen> tag

Esempio

Lasciate che la "Encryption" campo ottenere automaticamente messa a fuoco quando viene caricata la pagina:

<form action="demo_keygen.asp" method="get">
  Username: <input type="text" name="usr_name">
  Encryption: <keygen name="security" autofocus>
  <input type="submit">
</form>
Prova tu stesso "

Definizione e utilizzo

La autofocus attributo è un attributo booleano.

Quando è presente, specifica che il <keygen> elemento dovrebbe ottenere automaticamente a fuoco quando la pagina viene caricata.


Supporto per il browser

I numeri nella tabella indicano la prima versione del browser che supporta pienamente l'attributo.

Attributo
autofocus Non supportato Non supportato 6.0

Differenze tra HTML 4.01 e HTML5

Il <keygen> tag è nuovo in HTML5.


Differenze tra HTML e XHTML

In XHTML, attribuiscono la minimizzazione è vietato, e la autofocus attributo deve essere definito come <keygen autofocus="autofocus" /> .


Sintassi

<keygen autofocus>

<HTML <keygen> tag