How links work

Liridon Hasani

The <a> tag (the anchor element) creates a hyperlink to other web pages. It can also link to email addresses and files.

Your finished hyperlink should look like this:

           <a href="http://example.com">http://example.com</a>
        

Back to home