Linking an image to another page in HTML.
Issue
Linking an image to another page in HTML.
Solution
Use the A HREF and IMG SRC tags you can link an image to any other page as shown in the below example.
<A HREF="http://www.computerhope.com"> <IMG SRC="http://www.computerhope.com/logo.gif" alt="Logo"> </a>
Example

