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

article

Description

The article element for HTML represents a complete, or self-contained, composition in a document, page, application, or site.

Syntax

HTML

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

Attributes

Global

CSS

article {
    display: block;
}

Examples

1 · CSS