aria-current
Indicates the element that represents the current item within a container or set of related elements. aria-current (property)
Links about aria-current
Code sample
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about/" aria-current="page">About</a></li>
</ul>
</nav>
Explore other pages
- nav
Represents a section of a page that links to other pages.
- display: grid
A grid container establishes a new grid formatting context for its contents.
- data-
Stores data in a custom attribute.
- details
A disclosure widget from which the user can obtain additional information.