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.
An anchor used to hyperlink to a local reference

The <<a `longan.html` longan tree>> produces
a fruit similar to the lychee.
An anchor used to hyperlink to a different page on the same website

The <<a `https://example.com/longan.html` longan tree>> produces
a fruit similar to the lychee.
An anchor used to hyperlink to a remote page on a different website
0

semantax > action > aA is for anchor

🔗 🔎