HTML / HTML Attributes

HTML Tabindex Attribute

Oct 12, 2022
1 min read
HTML tabindex Attribute

Definition

The tabindex Attribute specifies that its element can be focused the order it can be tabbed when navigating.

Applicable Elements

tabindex is a Global Attribute, meaning it can be used with all HTML Elements.

Further information is coming soon.