Exemplary material

figure

The figure element is used to group an illustration together with a caption or other exemplary or explanatory material.

The illustration may be a picture, chart, diagram, formula, computer code, poem, or other such work of art.

The figure element is analagous to an "aside" element for visual media or exemplary material.

Examples

figure {
img `/img/crookneck-squash.jpg` *alt="Crookneck Squash"
figcaption A versatile splash of yellow for your cooking
}
with image and caption

figure {
p.title Do Not Go Gentle into that Good Night
pre {
Do not go gentle into that good night,
Old age should burn and rave at close of day;
Rage, rage against the dying of the light.
}
figcaption Dylan Thomas (1914 - 1953)
}
with preformatted text and caption

figure {
blockquote {
If the English language made any sense,
lackadaisical would have something
to do with a shortage of flowers.
}
figcaption Doug Larson
}
with blockquote and caption

Descendents

figcaption
The figcaption element is used to formally identify the contents or title of an image, figure, or other work of art.

0

semantax > media-embed > figureExemplary material

🔗 🔎