05HTML basics

HTML Links

Easy15MIN

HTML links are commonly used for navigating to different sections of a website, linking to other web pages, or downloading files. The link is used with the <a> tag (anchor tag) and its href attribute (hyperlink reference). Here are examples of how to use links:

HTML
1<a href="https://google.com/">Go to google.com</a>
1 / 8
Hakatemia Pro

Learn to hack — start here

Hundreds of interactive courses, virtual labs and CTF challenges in your browser. Start a free trial — no card required.