References

Collection of references for web development.

HTML tabindex attribute

Description

Specifies the position of the navigation tabbing in the document.

Values

Value
number

Example

<a href="#" tabindex="3">Link 1</a><br>
<a href="#" tabindex="2">Link 2</a><br>
<a href="#" tabindex="1">Link 3</a>