/

HTML / CSS / JavaScript Tutorial

HTML Standard attribute: tabindex

[this page | pdf | back links]

The HTML tabindex attribute indicates the tab order of an element, i.e. the order in which the user is taken between elements when pressing the tab key (1 is first element).

 

In HTML 5 this attribute can be applied to any element.

 

Valid attribute values include:

 

Value

Description

integer

Tab order

 


NAVIGATION LINKS
Contents | Prev | Next | HTML Attributes


Desktop view | Switch to Mobile