HTML <figcaption> Element Reference

The HTML <figcaption> element supplies a caption for its parent figure.

<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>

Related references

Description

The HTML <figcaption> element supplies a caption for its parent figure.

References

  1. HTML Living Standard: Index of elements
  2. MDN: HTML <figcaption> Element

Similar or alternative tools

Don't forget to set a bookmark for tool.io!
Privacy | Imprint | Cookies