Breadcrumb Example

About This Example

The following example demonstrates the Breadcrumb Pattern.

Example

Accessibility Features

Keyboard Support

No keyboard interaction needed.

Role, Property, State, and Tabindex Attributes

Role Attribute Element Usage
aria-label=Breadcrumb nav Provides a label that describes the type of navigation provided in the nav element.
aria-current=page a Applied to the last link in the set to indicate that it represents the current page.

JavaScript and CSS Source Code

HTML Source Code

To copy the following HTML code, please open it in CodePen.