Skip to main content

<caption>


  • Date:
    08/02/2023
  • Modified:
    06/03/2025
  • Category:
    Elements

The <caption> element contains a short description of an image, group of images, or table. See figure, figuregroup, and table.

Examples

Image with caption
<figure>
  <title><number>A</number></title>
  <img role="informative" src="/knowledgebase/img/p14_A.jpg" type="photo"/>
  <caption>Wegen langs steile rotswanden kunnen met dit soort gaasconstructies veilig gemaakt worden. Vallende stenen stuiteren via het gaas verder het dal in en komen dus niet op de weg. Deze methode is het goedkoopst, omdat je de netten alleen aanbrengt waar het écht nodig is.</caption>
</figure>
Table with caption
<table>
  <title><number>Table 1</number></title>
  <caption>Compensation for Humiliation, Loss of Dignity and Injury to Feelings, 1992-1999</caption>
  <thead>
    <tr>
      <th>Level of compensation awarded</th>
      <th>Frequency</th>
      <th>percentages</th>
    </tr>
  </thead>
  <tbody>
    <tr>
      <td>No compensation awarded</td>
      <td>318</td>
      <td>16.1</td>
    </tr>
    <tr>
      <td>Up to $50000</td>
      <td>1147</td>
      <td>58.0</td>
    </tr>
    <tr>
      <td>Between $5000 and $10.000</td>
      <td>398</td>
      <td>20.1</td>
    </tr>
    <tr>
      <td>Over $10.000</td>
      <td>115</td>
      <td>5.8</td>
    </tr>
  </tbody>
</table>

  • Date:
    08/02/2023
  • Modified:
    06/03/2025
  • Category: