HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

nav

Description

The nav element for HTML 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

Global

CSS

nav
{
    display: block;
}

Examples

1 · CSS