<FIGCAPTION>
Tag Description
<figcaption> defines the caption of a figure element. New in HTML5.
Code Example
<figure>
<figcaption>Jughead Web</figcaption>
<p>Jughead Web made this page.</p>
</figure>
Result
Jughead made this page.
Browser Support
| Browser | Comment |
|---|---|
| Firefox | Yes |
| Safari | Yes |
| Chrome | Yes |
| Opera | Yes |
| IE | Yes |
Notes
Useful Links
Title
details
