Section (HTML element)

From Wiki @ Karl Jones dot com
Revision as of 08:02, 26 April 2016 by Karl Jones (Talk | contribs)

Jump to: navigation, search

In HTML5, the section element represents a unit of content within a document, typically with a heading.

Each <section> should be identified, typically by including a heading (<h1> - <h6> element) as a child of the section element.

Semantic element

section is a container for holding further content.

It has semantic meaning: "Contents are a section of content. This element part of a larger page structure. This element may contain sub-structures."

See also

External links