Nav (HTML element)

From Wiki @ Karl Jones dot com
Revision as of 09:30, 26 April 2016 by Karl Jones (Talk | contribs) (Created page with "In HTML5, the '''nav''' element represents side-wide navigation, or other major navigation links. == Semantic element == '''nav''' is a container for holding further co...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

In HTML5, the nav element represents side-wide navigation, or other major navigation links.

Semantic element

nav is a container for holding further content.

It has semantic meaning: "contents are navigation-related".

nav elements typically contain navigation bars, along with brand identification such as a logo, and so on.

See also

External links