HTML - Section Element

About

The section element 1) is one of the sectioning element that creates a section

The section element is one way to define a section in HTML. If you want to create sections of your document, see the other sectioning element on this page: HTML - Sections (Sectioning Content Element)

Syntax

The section element is typically written with a:

Example:

<section>
 <h1>My Cats</h1>
 <p>You can play with my cat. I'm quite proud of it.</p>
</section>





Discover More
CSS - Block container box

A block container box is just a container of boxes created from HTML container element and rendered as a block box. It cancontains either: only block-level boxes (generated from elements) or establishes...
Boxdim
CSS - Content (Property)

The content CSS property is used with: the ::before and ::after pseudo-elements to generate content respectively: before or after the content of an element. Visually, the content is located at...
HTML - (Document) Outline

This article talks: the extraction of the outline from a HTML document in order to create a HTML Table of Content The outline also known as the table of content is a list of one or more potentially...
HTML - (Flow|Body) Content

Most elements that are used in the body of documents and applications are categorized as flow content. Flow content consists of flow elements intermixed with normal character data. (ifbodhead...
HTML - Div element (no meaning)

The div element has no special meaning at all. It's a generic content. If you want to organize a text in logical unit, you should use the section element The div elements can be useful for: stylistic...
Html Heading Sequentiel Order
HTML - Heading Content (Section Header) - Heading Elements (H1 to H6)

Heading define the structure / outline / table of content of the document (page) They are defined via: the heading element (h1/h6) via the aria heading role section of the document letter, the...
HTML - Nav element

nav is an element that represents a section of a page whose purpose is to provide: navigation component via links. Group element may be grouped with an aside element. Example is from the...
HTML - Palpable content

As a general rule, elements whose content model allows any flow content or phrasing content should have at least one node in its contents: that is palpable content (Can be manipulated ?) and that...
HTML - Paragraph

A paragraph is typically a run of phrasing content that forms a block of text with one or more sentences that discuss a particular topic, as in typography (paragraph), but can also be used for more general...
HTML - Sections (Sectioning Content Element)

Sectioning content or sectioning element are elements that creates a logical section A section in HTML logically groups content by thematic. Each section can have one heading or a group of heading associated...



Share this page:
Follow us:
Task Runner