The nav element
article aside details figcaption figure footer header main mark nav section summary time
HTML5 Semantic
<html> <body> <nav> <a href="index.html">Home</a> <a href="about.html">About</a> </nav> </body> </html>
The nav element contains the main navigation links for the page.
A live example:
N of
Ads by Google
© Richard McGrath