Websites contain different types of links that take you directly to other pages or allow to navigate to a particular part of the page. The links in HTML are called hyperlinks. They are defined using the <a> tag.
Hyperlinks are applied to a phrase, a word, an image or any HTML element.
The default color of links in HTML is:
unvisited links: underlined and blue
visited links: underlined and purple
active links: underlined and red
Task
Look at the code below and see what it does? And then can you:
add links to your top 5 websites?
add Text to explain how you added hyperlinks to your webpage?