Skip to main content

<a>


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

The <a> element defines a hyperlink. It links to another page within the same document, or to an external source.

Attributes

NameExplanationRequired
href

Indicates the link’s destination. The href is mandatory for type="pageRef".

No
type

Allowed values:

  • pageRef. Refers to another page in the document. Format as #page-[pagenumber]. Use in the table of contents and index.
  • exRef. Refers to an external source, like a web page.
Yes

Examples

Page reference in table of contents
<frame>
  <list bullet="none" type="unordered">
    <li>LES 1 Hoe hoger, hoe kouder <a href="#page-4" type="pageRef">4</a></li>
    <li>LES 2 Jonge en oude bergen <a href="#page-10" type="pageRef">10</a></li>
    <li>LES 3 Bergen en wateren in Europa <a href="#page-16" type="pageRef">16</a></li>
    <li>LES 4 Samenvatting <a href="#page-24" type="pageRef">24</a></li>
    <li>LEREN VOOR DE TOETS <a href="#page-26" type="pageRef">26</a></li>
    <li>UITDAGING <img alt="" role="informative" src="/knowledgebase/img/Symbool4.jpg"/>
      <a href="#page-30" type="pageRef">30</a></li>
  </list>
</frame>

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