HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

section

Description

The section element for HTML represents a generic section of a document or application.

Syntax

HTML

<section attribute-name="attribute-value"></section>

Attributes

Global

CSS

section
{
    display: block;
}

Examples

1 · CSS