HTML syntax: <a>
<a></a>
Alternative to the Markdown link and anchor syntax.
Attribut |
Values |
href |
The link. |
id |
anchor name. |
name |
anchor name. (deprecated) |
title |
The hint when hovering. |
Examples
A link:
<a href="https://chessware.ch/markdown" title="Markdown Components Website">Click me</a>
An anchor:
<a id="an_anchor"></a>