You can make anchors look like hyperlinks. This is useful to copy and paste/send the link to the anchor. See: https://iridia-ulb.github.io/references/#LopBraPaq2021telo This means changing: ```html <a name="anchor"> ``` to ```html <a href="#anchor" name="anchor"> ```
You can make anchors look like hyperlinks. This is useful to copy and paste/send the link to the anchor.
See: https://iridia-ulb.github.io/references/#LopBraPaq2021telo
This means changing:
to