Skip to content

Find what you need, instantly

Search components, ARIA roles & attributes, and WCAG criteria.

All roles

banner

Landmark role

A landmark for page-level introductory content at the top, typically the site header with logo and primary navigation. There's usually one per page, and it's for site-oriented rather than page-specific content. A top-level `<header>` element maps to this role.

Used on
Site-oriented header content. Prefer <header> at the top level.
Accessible name
Optional; name via aria-label if there is more than one.
Example
role="banner"
<header>…</header>