Web link (HTML, inline)
Target URL of the link
Data type | anyURI |
---|---|
Parameters | - |
Whether to open the link in a new tab/window (`_blank`)
Data type | - |
---|---|
Parameters | - |
Attributes of the link: * `nofollow`: Ask search engine spiders not to follow the link * `prev`: Link target is the previous in a series of documents * `next`: Link target is the next in a series of documents * `license`: Link target represents a license of the current page * `alternate`: Link target represents an alternate variant of the current page (such as a different language or format)
Data type | enum |
---|---|
Parameters | - |
ID attribute (HTML, not checked for uniqueness within DocservĀ²)
Data type | ID |
---|---|
Parameters | - |
Class attribute (HTML)
Data type | token |
---|---|
Parameters | pattern: [\-_\+\.a-zA-Z0-9]+( [\-_\+\.a-zA-Z0-9]+)* |