Welcome to Day 11! Today we will learn how to make images clickable links. Place the <img> tag inside an <a> tag.
<img>
<a>
Example: <a href="https://example.com"><img src="assets/images/example.png" alt="Example"></a>
<a href="https://example.com"><img src="assets/images/example.png" alt="Example"></a>
Back to home