Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
HTML

HTML Navigation Element

Wrap major navigation links in `<nav>`.

HTML Navigation Element — a practical guide to HTML nav element with clear examples you can reuse in real projects.

HTML Tutorial Series (41/79). Prefer one article? Read the complete HTML tutorial.

Short description

Don’t put every link group in nav — reserve for primary navigation regions.

Nav

<nav aria-label="Primary">
  <ul>
    <li><a href="/">Home</a></li>
    <li><a href="/blog">Blog</a></li>
  </ul>
</nav>

Leave a reply

Your email address will not be published. Required fields are marked *