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
- section
Represents a generic section of a document or application.
- aspect-ratio
Sets a preferred aspect ratio for the box.
- :not()
Represents an element that is not represented by its argument.
- svg
SVG is a language for describing two-dimensional graphics.