TABINDEX
This attribute defines the 'tabbing order' of the document. For example, assume a document has ten fields, numbered one to ten, which require your input. The first field, with TABINDEX="1", is the active field. Pressing the tab key would move the cursor to TABINDEX="2", regardless of its physical location within the document.
syntax:
TABINDEX="n"
The HTML element(s) this attribute is used with are:
A
AREA
BUTTON
INPUT
LABEL
OBJECT
SELECT
TEXTAREA