Skip to main content

<author>


  • Date:
    29/04/2024
  • Modified:
    10/04/2025
  • Category:
    Elements

The <author> element contains the author of a blockquote, poem, or the complete book. See blockquote and poem.

Notes

Use a separate <author> element for each individual author.

Examples

Book with two authors
<cover>
  <frontcover>
    <hd>Commerciƫle calculaties 2</hd>
    <hd>Rekenen op Nima-B niveau</hd>
    <author>Drs. G.H. Minnaar</author>
    <author>Drs. N. van der Sluijs</author>
    <p>Zesde druk</p>
    <p>Noordhoff Uitgevers Groningen/Houten</p>
  </frontcover>
</cover>
French title page
<frontmatter>
<section level="1" role="frenchTitlePage">
  <hd>Getal & Ruimte</hd>
  <hd>1 vwo deel 1</hd>
<hd>Twaalfde editie, 2016</hd>
<p>Noordhoff Uitgevers</p>
<p>Groningen</p>
<hd>Auteurs</hd>
<author>J.H. Dijkhuis</author>
<author>C.J. Admiraal</author>
<author>J.A. Verbeek</author>
<author>G. de Jong</author>
<author>H.J. Houwing</author>
<author>J.D. Kuis</author>
<author>F. ten Klooster</author>
<author>S.K.A. de Waal</author>
<author>J. van Braak</author>
<author>J.H.M. Liesting-Maas</author>
<author>M. Wieringa</author>
<author>M.L.M. van Maarseveen</author>
<author>R.D. Hiele</author>
<author>J.E. Romkes</author>
<author>M. Haneveld</author>
<author>S. Voets</author>
<author>I. Cornelisse</author>
  </section>
  ...
</frontmatter>

  • Date:
    29/04/2024
  • Modified:
    10/04/2025
  • Category: