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>
<figureGroup>
-
Date:27/02/2025
-
Modified:18/04/2025
-
Category:Elements
The <figureGroup> element provides a container for one or more <figure> elements.
Children elements
| Element | Explanation | Required |
|---|---|---|
<figure> | See figure. | Yes |
Examples
Series of images (1)
<figureGroup>
<caption>figuur 1.5</caption>
<figure>
<img alt="" role="informative" src="/img/000000_p000-1.jpg" />
<caption>a</caption>
</figure>
<figure>
<img alt="" role="informative" src="/img/000000_p000-2.jpg"/>
<caption>b</caption>
</figure>
<figure>
<img alt="" role="informative" src="/img/000000_p000-3.jpg"/>
<caption>c</caption>
</figure>
<figure>
<img alt="" role="informative" src="/img/000000_p000-4.jpg"/>
<caption>d</caption>
</figure>
<figure>
<img alt="" role="informative" src="/img/000000_p000-5.jpg"/>
<caption>e</caption>
</figure>
<figure>
<img alt="" role="informative" src="/img/000000_p000-6.jpg"/>
<caption>f</caption>
</figure>
</figureGroup>Series of images (2)
<figureGroup>
<caption>Afb. 4 Watervervuiling.</caption>
<figure>
<img alt="" src="/img/000000_p000-1.jpg"/>
<caption>1 vervuiling door afvalwater van fabrieken en huishoudens</caption>
</figure>
<figure>
<img alt="" src="/img/000000_p000-2.jpg"/>
<caption>2 vervuiling door een kopermijn</caption>
</figure>
<figure>
<img alt="" src="/img/000000_p000-3.jpg"/>
<caption>3 dode vissen door vervuiling</caption>
</figure>
</figureGroup>-
Date:27/02/2025
-
Modified:18/04/2025
-
Category: