HTML Dog
Skip to navigation

HTML Tag: figure

Figure. Self-contained illustrative content that is typically referred to from the main content of a page. Used for the likes of related photographs or charts.

Figures can be accompanied by a caption using figcaption.

Optional Attributes

Global attributes

Example


<figure>
    <img src="obelisk.jpg">
    <figcaption>Tixall Obelisk</figcaption>
</figure>