Documentation
Elements
- <a>
- <aside>
- <assessment>
- <author>
- <backcover>
- <blockquote>
- <body>
- <bodymatter>
- <caption>
- <code>
- <cover>
- <dd>
- <dl>
- <document>
- <dt>
- <em>
- <figure>
- <figureGroup>
- <frame>
- <frontcover>
- <frontmatter>
- <hd>
- <img>
- <input>
- <jacketcopy>
- <legend>
- <li>
- <line>
- <linegroup>
- <list>
- <meta>
- <metadata>
- <note>
- <noteRef>
- <number>
- <p>
- <page>
- <poem>
- <pullquote>
- <rearmatter>
- <section>
- <source>
- <span>
- <sub>
- <subtitle>
- <sup>
- <table>
- <tbody>
- <td>
- <tfoot>
- <th>
- <thead>
- <title>
- <tr>
<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
| Element | Explanation | Required |
|---|---|---|
<img> | See img. | Yes |
<caption> | See caption. | No |
<title> | See title. | No |
<subtitle> | See subtitle. | No |
<legend> | See legend. | No |
<source> | See source. | No |
Examples
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: