In this lesson, you will learn how to add hyperlinks to your HTML webpages.
Hyperlinks are useful when you want to move the user to another document or website. Use the following syntax for hyperlinks:
Between the “” you can add the location to the document or website you want and between the > … </a>, you can add the text, which you want the user to click on before taking them to another website or document.