Difference between revisions of "Nav (HTML element)"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(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...")
(No difference)

Revision as of 08:30, 26 April 2016

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