: The FIGCAPTION Element
Last updated: 2026-09-12
<figcaption>The FIGCAPTION Element
Provides a caption for a figure; must be the first or last child of its figure element.
| Category | Semantic |
|---|---|
| Content Model | Only as first/last child of figure |
| Allowed Parents | Any element that accepts flow content |
| Content Tag | Yes — requires closing </figcaption> tag |
| Status | Standard |
📝 Syntax
<figcaption>caption</figcaption>
▶ Example
Edit the code below and see the live result in the playground:
🌐 Browser Support
| Browser | |||||
|---|---|---|---|---|---|
| <figcaption> | ✓ v1 | ✓ v12 | ✓ v1 | ✓ v1 | ✓ v1 |
| Supported in all major browsers | |||||
Tip: figcaption only appears inside figure; omit it for purely decorative images.
🏷️ Related Tags
💡 Related Cases
More case studies coming soon — check back later.