How can you make an image a clickable link?
Use JavaScript to make the image clickable
Add the clickable attribute to the <img> tag
clickable
<img>
Add the href attribute to the <img> tag
href
Place the <img> element within an <a> element
<a>