NAV
The nav element represents a section of a page that links to other pages or to parts within the page.
SYNTAX
HTML
<nav attribute-name="attribute-value"></nav>
ATTRIBUTES
CSS
nav {
display: block;
}