Skip to main content

<figure>


  • Date:
    07/04/2023
  • Modified:
    06/05/2025
  • Category:
    Elements

The <figure> element groups an <img> with its associated content.

Notes

Place <caption> and <img> in the same order as in the PDF.

Children elements

ElementExplanationRequired
<img>

See img.

Yes
<caption>

See caption.

No
<title>

See title.

No
<subtitle>
No
<legend>

See legend.

No
<source>

See source.

No

Examples

Image with caption and image number
<figure>
  <caption>Afb. 10 Kangoeroe met jong in de buidel.</caption>
  <img alt="" role="informative" src="/img/000000_p000-0.jpg"/>
</figure>
QR-code with caption
<frame>
<figure>
  <img alt="" role="informative" src="/img/000000_p000-0.jpg"/>
  <caption>bergen</caption>
</figure>
<hd>Zo leer je voor de toets</hd>
<list bullet="circle" type="unordered">
  <li>• Bekijk de samenvatting.</li>
  <li>• Leer de teksten en de dik gedrukte woorden.</li>
  <li>• Vraag iemand om je te overhoren.</li>
</list>
<p>De toets is op <input type=""></input></p>
</frame>

  • Date:
    07/04/2023
  • Modified:
    06/05/2025
  • Category: