IMAGE LINKS
We have learned that images can be displayed by using the image tag.
<IMG SRC="imagename.jpg">
We have also learned that links can be formed by using:
<A HREF="webpage.html">Link</A>
By combining these tags, we can create an image link to a webpage.
<A HREF="webpage.html"><IMG SRC="imagename.jpg"></A>