Skip to content

Links

A link can be used to reference an external website in the course.

Example

<p>
  For this topic we point the reader to the 
  <link to="https://en.wikipedia.org/wiki/Set_(mathematics)">Wikipedia article</link>.
</p>

A link always references an external website. References to a part of the course can be created with references.

Attributes

The link element supports the following attributes:

Attribute Type Default Description
markexternal xs:boolean true Whether or the hyperlink should be visually marked as an external link or not. By default, external links are marked to show the user that they lead to another website.
name xs:Name - Name of this element. Must be unique among all element names in this course variant.
tags TokenList Whitespace-separated list of tags of this element.
to xs:anyURI - URI of the external resource to which this link points.