WE BELIEVE IN QUALITY SERVICE

<figcaption> Tag

The <figcaption> represents a caption or describing the rest of the contents of its parent <figure> element.

Example:

<figure>
<img src="images/html.jpg" alt="This is an HTML image." width="300" height="200">
<figcaption> This is an image related to HTML. </figcaption>
</figure>

Run Example

Browser Support

Tag Firefox Chrome IE Opera Safari
<figcaption> 4.0 6.0 9.0 11.1 5.0