The simplest form of interactive functionality on a website is the link, a clickable text that directs users to other web pages or resources. This is an example of a link, however it doesn’t go anywhere.
To create a link press ⌘ + K or put your text between <a>
tags.
This is an <a href="#">example of a link</a>, however it doesn't go anywhere.