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