Documentation
Elements
- <a>
- <aside>
- <assessment>
- <author>
- <backcover>
- <blockquote>
- <body>
- <bodymatter>
- <caption>
- <code>
- <cover>
- <dd>
- <dl>
- <document>
- <dt>
- <em>
- <figure>
- <figureGroup>
- <frame>
- <frontcover>
- <frontmatter>
- <hd>
- <img>
- <input>
- <jacketcopy>
- <legend>
- <li>
- <line>
- <linegroup>
- <list>
- <meta>
- <metadata>
- <note>
- <noteRef>
- <number>
- <p>
- <page>
- <poem>
- <pullquote>
- <rearmatter>
- <section>
- <source>
- <span>
- <sub>
- <subtitle>
- <sup>
- <table>
- <tbody>
- <td>
- <tfoot>
- <th>
- <thead>
- <title>
- <tr>
<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
| Name | Explanation | Required |
|---|---|---|
href | Indicates the link’s destination. The | No |
type | Allowed values:
| 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: