< All the HTML Tags >

<section></section>

Video Coming Soon...

  • section

    Tag Type

    block

    Tag Category

    document structure

    Defines a section in a document

    Viewed

    1

    Examples

    1

Definition:

The HTML <section> tag is used to define thematic grouping of content within a document, typically with a heading.

This tag enhances the semantic structure of a webpage by clearly delineating different sections of content, making it easier for users to navigate and understand the layout.

Incorporating the `<section>` tag effectively organizes content and improves accessibility.

Attributes:

Global attributes (e.g., class, id, style)

Accessibility:

Coming Soon…

Default section Example:

Using the <section> tag to create a section.
<section><h1>Section Heading</h1><p>Section content</p></section>

Default section Result:


Coming Soon…

Community Examples:

Coming Soon…
Coming Soon…