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
- grid-template-rows
Specifies named grid areas.
- *
Represents an element of any element type.
- :nth-child()
Represents an element that has an+b-1 siblings before it in the document tree.
- inert
Indicates that the element is to be made inert.