Links
A link can be used to reference an external website in the course.
Example
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. | |
target |
LinkTarget |
blank |
Controls how the link should be opened: In a new tab (blank) or in the same tab (self). |
to |
xs:anyURI |
- | URI of the external resource to which this link points. |