Header (HTML element)

From Wiki @ Karl Jones dot com
Revision as of 07:51, 26 April 2016 by Karl Jones (Talk | contribs) (Created page with "In HTML5, the '''header''' element represents the header of a section element. == Semantic element == '''header''' is a container for holding...")

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

In HTML5, the header element represents the header of a section element.

Semantic element

header is a container for holding further content.

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

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

See also

External links