Difference between revisions of "Section (HTML element)"

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

Revision as of 08:01, 26 April 2016

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