Nav (HTML element)
From Wiki @ Karl Jones dot com
Revision as of 08: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...")
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.