A is for anchor
a

The anchor element is used to create a text-based hyperlink. Hyperlink destinations can be to one of three places: a local reference on the same page, a different page on the same website, or a remote page on a different website.
Properties
- href
- Use sourceref notation to define the hyperlink destination.
Examples
The <<a `#longan` longan tree>> produces
a fruit similar to the lychee.
The <<a `longan.html` longan tree>> produces
a fruit similar to the lychee.
The <<a `https://example.com/longan.html` longan tree>> produces
a fruit similar to the lychee.