< All the HTML Tags >

<figcaption></figcaption>

Video Coming Soon...

  • figcaption

    Tag Type

    block

    Tag Category

    content

    Defines a caption for a <figure> element

    Viewed

    1

    Examples

    1

Definition:

The HTML <figcaption> tag is used to provide a caption or description for a <figure> element, which can contain images, illustrations, or diagrams.

This tag helps to contextualize the content within a figure, making it easier for users to understand its significance. It is typically placed immediately after the <figure> tag.

Using `<figcaption>` improves the accessibility and user experience of visual content on a webpage.

Attributes:

Global attributes (e.g., class, id, style)

Accessibility:

Coming Soon…

Default figcaption Example:

Using the <figcaption> tag to add a caption to a figure.
<figure><img src="image.jpg"><figcaption>Figure Caption</figcaption></figure>

Default figcaption Result:


Coming Soon…

Community Examples:

Coming Soon…
Coming Soon…