html attributo tabindex.html

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html attributo tabindex.html相关的知识,希望对你有一定的参考价值。

<p>In questo form passando da un campo all'altro tramite il tasto tab le caselle riceveranno il focus nell'ordine stabilito dall'attributo tabindex.</p>
<form action="pagina.html" method="post">
<label for="nome">Inserisci il tuo nome</label>
<input type="text" name="nome" id="nome" tabindex="1"><br>
<label for="cognome">Inserisci il tuo cognome</label>
<input type="text" name="cognome" id="cognome" tabindex="5"><br>
<label for="titolo">Inserisci il tuo titolo di studio</label>
<input type="text" name="titolo" id="titolo" tabindex="3"><br>
<label for="titolo">Inserisci il tuo ultimo impiego</label>
<input type="text" name="impiego" id="impiego" tabindex="2"><br>
<label for="password">Inserisci la tua password</label>
<input type="password" name="password" id="password" tabindex="4">
</form>

以上是关于html attributo tabindex.html的主要内容,如果未能解决你的问题,请参考以下文章

html attributo usemap.html

html attributo translate.html

html attributo tabindex.html

html attributo style.html

html attributo spellcheck.html

html attributo contenteditable.html