Skip to main content

<hd>


  • Date:
    17/08/2022
  • Modified:
    10/04/2025
  • Category:
    Elements

The <hd> element defines the title of page, chapter, part etc. Not to be confused with title.

Attributes

NameExplanationRequired
level

Defines how deep the header is nested in the content.

Only use for headings that follow a new section. The level must be equal to the level of the section.

For floating headings, do not use this level attribute. See Sectioning.

No

Examples

heading that follows a new section
<section level="2" role="subChapter">
<hd level="2">Introductie</hd>
floating heading
<frame>..</frame>
<hd>Voorkennis</hd>
heading that consists of multiple text parts
<section level="1" role="chapter">
<hd level="1">Basis <number>3</number> De Verlichting</hd>

  • Date:
    17/08/2022
  • Modified:
    10/04/2025
  • Category: