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

figure

Description

The figure element for HTML represents a unit of content, optionally with a caption, that is self-contained, that is typically referenced as a single unit from the main flow of the document, and that can be moved away from the main flow of the document without affecting the document's meaning.

Syntax

HTML

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

Attributes

Global

Examples