HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

tabIndex

Description

The tabIndex of HTMLOrSVGElement for JS allows authors to make an element and regions that have the element as its DOM anchor be focusable areas, allow or prevent them from being sequentially focusable, and determine their relative ordering for sequential focus navigation.

Syntax

element.tabIndex

Examples

1 · get

2 · set