nav element represents a section of a page that
links to other pages or to parts within the page: a section with
navigation links
nav element represents a section of a page that
links to other pages or to parts within the page: a section with
navigation links
nav
element - only sections that
consist of major navigation blocks
are appropriate for the nav element.
footer element alone is
sufficient for such cases, without a nav element.
<nav>
<ol>
<li><a href="#">Bikes</a>
<li><a href="#">BMX</a>
<li><a href="#">Raleigh</a>
</ol>
</nav>