CodeAgeBy Sitezack
HTML & CSS for BuildersYour first web page0 XP
Chapter progress0/5

Lesson 4 of 5

A link to the world

The <a> tag creates a link. The destination address goes in the href attribute, between quotes.

The text between <a> and </a> is what visitors can click.

<a href="https://en.wikipedia.org">Learn more</a>

🎯 Your mission

Add an <a> link with an href attribute pointing to a page about your topic.

index.html
Loading editor…

Preview

Run your code to see your page here.