Table of Contents

What is the Tab Order (Keyboard focus navigation)

About

The tab order is the order of interactive elements such as:

You can loop through this sequence in the browser by

The tab order is also known as:

The selected element in this sequence is known as the the active element and has the focus.

This is one of the three html order with source and visual order

Tab Order Sequence

The tab order sequence is build by adding elements in this order of precedence:

Modification

You can modify the tab order with the tabindex attribute

You can:

You can jump for one element to another in the tab order via a skip link.