Hyperlinks
A hyperlink is a clickable link that takes you to another webpage, website, file or part of the same webpage.
In HTML, hyperlinks are created using the <a> tag.
<a href="https://www.bbc.co.uk">Visit the BBC</a>
href tells the browser where the link should go.
The text between <a> and </a> is what the user clicks.
Task 1
Copy the code below to create a web page about popular websites.
*The <br> tag will take a new line