Day 11 - Images and Links Together

Welcome to Day 11! Today we will learn how to make images clickable links. Place the <img> tag inside an <a> tag.

Example: <a href="https://example.com"><img src="assets/images/example.png" alt="Example"></a>

Back to home