You will use the <a> </a> tags, the href attribute, and the url of the page that you want to link to The <a> tag is called the anchor tag. The href or hypertext reference attribute goes inside the opening tag, followed by the =(assignment operator), " open quote, url (uniform resource locator), " close quote.
Following the opening tag, you will enter the text you want to appear on your web page. To be user friendly, the text should reference what the link is for or where it is linking to. However, the text that appears on the screen has no influence on your link.
Finish with the closing tag, </a>.
Example 1: <a href="www.wyzant.com">Wyzant</a>
Example 2: <a href="www.wyzant.com">Lasagna</a> The text appearing on your web page to click has no influence on your link. Both examples link to wyzant.com.