Skip to content

<a>

The aria-current="page" attribute tells assistive technologies which link represents the current page.

live preview
editable html
<a href="#">Regular link</a>
<hr>
<a href="#" aria-current="page">Active link</a>
<hr>
<a href="#">Regular link</a>

For .secondary and .contrast color styles, see Link Variants.