HTML

HTML Intro

HTML Intro Quiz

HTML Intro Exercise

HTML Basics

HTML Basic Quiz

HTML Basic Exercise

HTML Advance

HTML Advance Quiz

HTML Advance Exercise

HTML Tags List

HTML Global Attributes

HTML Attributes

FAQs

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

All Sections related to HTML