A link is called an anchor in HTML, and so the tag to represent it is the A tag. When you add a link, you must point to the web page address that you want your users to go to when they click the link. You specify this with the href attribute.
The href attribute stands for �hypertext reference� and it's value is the URL where you want your link to go to.