HTML tabindex attribute
In this tutorial, we will learn about tabindex attribute in HTML with the help of examples.
tabindex attribute
The tabindex attribute is used to specify the tab order of an element.
Syntax
<a tabindex = "number">......</a>
Attribute values
Value | Description |
---|---|
number | It is used to specify the tabbing order of the element |
Next Tutorial
We hope that this tutorial helped you develop better understanding of the concept of tabindex attribute in HTML.
Keep Learning : )
In the next tutorial, you'll learn about HTML title
Attribute.