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

Logo

Additional information

  • Category
  • HTML Q&A
  • Related pages
  • HTML Help
  • Solved?
  • Were you able to locate the answer to your question?