Neueste Web-Entwicklung Tutorials
 

HTML tabindex Attribute


Definition und Verwendung

Das tabindex - Attribut gibt die Tab - Reihenfolge eines Elements (wenn die "tab" Taste dient zum Navigieren).


Gilt für

Das tabindex - Attribut ist Teil der globalen Attribute und kann auf jedem beliebigen HTML - Element verwendet werden.

Element Attribut
Alle HTML-Elemente tabindex

Beispiel

Verbindungen mit einer bestimmten Tab-Reihenfolge:

<a href="http://www.w3ii.com/" tabindex="2">w3ii</a>
<a href="http://www.google.com/" tabindex="1">Google</a>
<a href="http://www.microsoft.com/" tabindex="3">Microsoft</a>
Versuch es selber "

Browser-Unterstützung

Attribut
tabindex ja ja ja ja ja