To create a link with HTML, the code is:
<a href="ADDRESS">LINKNAME</a>
IMPORTANT:
ADDRESS = the web address, or URL, of the linkLINKNAME = the text the person clicks on to go to the link.