Tuesday, March 22, 2011

Make a picture into a link with HTML

With standard HTML, it's easy to make a picture into a link. If you already know how to make a link, like this:
<a href="your_url_goes_here" target="_blank">
And you already know how to show an image, like this:
<img src="your_picture_link.jpg" />
Then you can combine those tags to make an image into a link:
<a href="your_url_goes_here"><img src="your_picture.jpg" /></a>
See that? Now, You can link any picture with HTML to your Website.

      **!!!ENJOY!!!**

No comments:

Post a Comment