HTML Dog
Skip to navigation

HTML Tag: figcaption

Figure caption. Accompanies a figure element.

A figcaption element must be the first or last child of a figure element.

Optional Attributes

Global attributes

Example


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