Back to Concepts
<nav>
Navigation links.
The `<nav>` element defines a set of navigation links. Notice that not all links of a document should be inside a `<nav>` element. The `<nav>` element is intended only for major block of navigation links, such as the main menu or a table of contents.
✦ In The Wild
Seen in: Spotify
Sidebar Menu
The sidebar with 'Home', 'Search', and 'Your Library' is a classic <nav> element.
📱