Gets or sets the index that represents the element’s position in the tabbing order.

[VBScript]
Public Property TabIndex As Integer
[JScript]
public function get TabIndex() : int;
public function set TabIndex(int);

Property Value

An integer representing the index that represents the element’s position in the tabbing order.

See Also

HTMLAnchorElement Object | HTMLAnchorElement Members | DOM Namespace