Skip to main content

<frontcover>


  • Date:
    03/03/2025
  • Modified:
    10/03/2026
  • Category:
    Elements

The <frontcover> element contains the information about the front cover of the book, like title and cover image.

Children elements

ElementExplanationRequired
<figure>

The figure element must always have a screenshot of the actual frontcover of the book and it must be the only <figure> in <frontcover>.

No
<title>

The <title> element must contain the title of the book.

No

Examples

<frontcover>
  <figure>
    <img alt="" role="informative" src="/img/cover.jpg" type="cover" >
  </figure>
  <title>Nieuw Nederlands</title>
  <p>NEDERLANDS 6E EDITIE 4 HAVO</p>
  <p>Noordhoff Uitgevers</p>
  <p>Dit boek is van:</p>
  <p>NAAM</p>
  <p>KLAS</p>
</frontcover>

  • Date:
    03/03/2025
  • Modified:
    10/03/2026
  • Category: