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