A clickable image is a combination of an image with an anchor. We have already
seen the <A> tag and the <IMG> tag, so now let's combine them to make
a clickable image. The syntax is as follows:
<A HREF="URL of link">
<IMG ALT="alternate text"
SRC="URL of image"></A>
The syntax is similar to that of the <A> tag except that instead of the text of the link you have an image.