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.

📱

Live Example & Code

Preview Output
<nav><a href="/home">Home</a> | <a href="/about">About</a></nav>
HTMLViz
© 2026 HTMLViz. Open Source Learning.