HTML <figcaption>
query_builder | Christopher PisaniThe HTML element <figcaption> is part of the element <figure> that creates a caption, like the example below, showing a description for the image.
<figure>
<img src="https://interactive-examples.mdn.mozilla.net/media/examples/elephant-660-480.jpg"
alt="Elephant at sunset">
<figcaption>An elephant at sunset</figcaption>
</figure>
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.