16 Desember 2011

HTML Link pada gambar

<html>
<body>


<p>Create a link of an image:
<a href="www.stefanusak.co.cc">
<img src="smiley.gif" alt="HTML tutorial" width="32" height="32" />
</a></p>


<p>No border around the image, but still a link:
<a href="www.stefanusak.co.cc">
<img border="0" src="smiley.gif" alt="HTML tutorial" width="32" height="32" />
</a></p>


</body>
</html>

Hasilnya












Tidak ada komentar:

Posting Komentar