tabindex Attribute
tabindex Attribute
The tabindex attribute defines the tab order of an element when the "tab" button is used for navigating. The tabindex attribute can be used on any HTML element.
Attribute Explanation:-
Value | Description |
---|---|
number | Specifies the tabbing order of the element (1 is first) |
Syntax:-
Its syntax is:- < element tabindex="number" >
Code Explanation
All Tutorials related to HTML Global Attributes
accesskey Attribute
class Attribute
contenteditable Attribute
data-* Attributes
dir Attribute
draggable Attributes
hidden Attribute
id Attribute
lang Attribute
spellcheck Attribute
style Attribute
tabindex Attribute
title Attribute
translate Attribute