Skip navigation.

4.5 Create a logical tab order through the page

Examples

Normal tab order in tables is row by row Tabindex can change to column by column

Second <input ... tabindex="20">
First <input ... tabindex="10">
Third <input ... tabindex="30">