<!DOCTYPE html>
<html>
<body>
<p>Create a link of an image:
<a href="http://improvejava.blogspot.in">
<img src="D:\webtechnologies\html\image\infysmartcard.JPG" alt="HTML tutorial" width="42" height="42"></a></p>
<p>No border around the image, but still a link:
<a href="D:\webtechnologies\html\image\infysmartcard.JPG">
<img style="border:0;" src="smiley.gif" alt="HTML tutorial" width="42" height="42"></a></p>
</body>
</html>
<html>
<body>
<p>Create a link of an image:
<a href="http://improvejava.blogspot.in">
<img src="D:\webtechnologies\html\image\infysmartcard.JPG" alt="HTML tutorial" width="42" height="42"></a></p>
<p>No border around the image, but still a link:
<a href="D:\webtechnologies\html\image\infysmartcard.JPG">
<img style="border:0;" src="smiley.gif" alt="HTML tutorial" width="42" height="42"></a></p>
</body>
</html>
No comments:
Post a Comment