CLICK HERE

Earning More

Clickz

Friday, December 3, 2010

Make A Hyperlink Of An Image coding

<html>
<body>
<title>Kuldeep Ji</title>

<p>Create a link of an image:
<a href="http://www.gmail.com">
<img src="bloomingrose.gif" alt="HTML tutorial" width="32" height="32" />
</a></p>

<p>No border around the image, but still a link:
<a href="http://www.google.com">
<img border="0" src="bloomingrose.gif" alt="HTML tutorial" width="32" height="32" />
</a></p>

</body>
</html>

No comments:

Post a Comment