Breadcrumbs
Where you are, and the path back up.
Show the markup
<nav class="cc-breadcrumbs" aria-label="Breadcrumb">
<ol>
<li><a href="#">Home</a></li>
<li><a href="#">Departments</a></li>
<li><span aria-current="page">Town Clerk</span></li>
</ol>
</nav>
Accessibility
- A
navlabeled "Breadcrumb" wrapping an ordered list; the current page carriesaria-current="page"and isn't a link. - Separators are CSS-generated and silent to screen readers.
- Part of meeting 2.4.8 (Location — AAA).