Day 4 - Links & Anchors

Welcome to Day 4! Today we will learn how to create links using the <a> tag. Links connect your pages to each other or to external websites.

Example: <a href="https://example.com">Visit Example</a> creates a clickable link.

Back to home