Codesupplier.com

free html codes for your website

Make an Image a Link

To make an image a link is as easy as placing an image on a webpage. Images that are made into links are a great alternative if you don't want to use plain old simple text links.

Click on the cartoon computer to see a Image Link in action.

If you want to make an image a link just use the below html code.

- Replace URL with the address you want the image to link to on click

- Replace URL of image with the location of the image eg: http://www

<a href="URL"><img src="URL of image"></a>

< Go Back to Images