figure
The figure element represents some flow content, optionally with a caption, that is self-contained (like a complete sentence) and is typically referenced as a single unit from the main flow of the document. 4.4.12. The figure element
Links about figure
How do you figure? | scottohara.me
Introduced as part of HTML5, the figure and figcaption elements are meant to create a meaningful markup structure that: provides a descriptive label to a pi...
Tags:<figure>: The Figure with Optional Caption element
The HTML figure (Figure With Optional Caption) element represents self-contained content, potentially with an optional caption, which is specified using the (figcaption) element.
<figure>
<img src="/flower.jpg" alt="A red tulip.">
<figcaption>Detailed description…</figcaption>
</figure>
Explore other pages
- progress
Represents the completion progress of a task.
- mask-image
Sets the mask layer image of an element.
- scroll-behavior
Specifies the scrolling behavior for a scrolling box.
- scroll-margin
Represents outsets defining the scroll snap area that is used for snapping this box to the snapport.