Section (HTML element)

From Wiki @ Karl Jones dot com
Revision as of 08:01, 26 April 2016 by Karl Jones (Talk | contribs) (Created page with "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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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 (

-
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