< All the HTML Tags >

<figure></figure>

Video Coming Soon...

  • figure

    Tag Type

    block

    Tag Category

    media

    Defines a container for external content

    Viewed

    1

    Examples

    1

Definition:

The HTML <figure> tag is used to encapsulate content such as images, illustrations, diagrams, or videos, often accompanied by a <figcaption>.

This tag semantically indicates that the enclosed content is related and should be treated as a single unit. It enhances the structure and organization of media content within a webpage.

Using `<figure>` effectively improves content presentation and aids in accessibility by clearly associating media with descriptive text.

Attributes:

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

Accessibility:

Coming Soon…

Default figure Example:

Using the <figure> tag to group media content.
<figure><img src="image.jpg"><figcaption>Image Caption</figcaption></figure>

Default figure Result:


Coming Soon…

Community Examples:

Coming Soon…
Coming Soon…