<figcaption>
HTML <figcaption> Element Reference
The HTML <figcaption> element supplies a caption for its parent figure.
Categories
- Grouping content
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical figcaption element example.
<figure>
<img src="chart.svg" alt="Usage rose throughout the year">
<figcaption>Tool usage during 2026</figcaption>
</figure>