Saturday 11 January 2014

anchor tag ex2

<!DOCTYPE html>
<html>
<body>

<p>Create a link of an image:
<a href="anc.html">
<img src="D:\webtechnologies\html\prog\table\foru.jpg" alt="HTML tutorial" width="42" height="42">

</a></p>

<p>No border around the image, but still a link:</p>
<a href="anc.html">
<img style="border:0;" src="D:\webtechnologies\html\prog\table\foru.jpg" alt="HTML tutorial" width="42" height="42"></a></p>
<a href="anc.html">
<img src="D:\webtechnologies\html\prog\table\for.jpg" alt=image not found width="42" height="42">

</a></p>
</body>

<!-- example -->
</html>

No comments:

Post a Comment