Sabtu, 22 Januari 2011

HTML Images


HTML images are defined with the <img> tag.
<html>
<body>

<img src="w3schools.jpg" width="104" height="142" />

</body>
</html>

Bila ingin gambar tidak di perlihatkan bias lakukan :
<html>
<body>

<img src="w3schools.jpg" width="104" height="142" alt=”foto cewek” title=” gambare aregg ayuu” />

</body>
</html>

Sebuah gambar bisa dijadikan “LINK” :
<html>
<body>

<a href= HYPERLINK "http://ophiesiikemplu.blogspot.com" http://ophiesiikemplu.blogspot.com ”> <img src="w3schools.jpg" width="104" height="142" alt=”foto cewek” title=” gambare aregg ayuu” /></a>

<html>
<body>

Sebuah tulisan bisa dijadikan “LINK” :
<html>
<body>

<a href= HYPERLINK "http://ophiesiikemplu.blogspot.com" http://ophiesiikemplu.blogspot.com ”  title =”ini blog gku”> blog gku brooo</a>

<html>
<body>


Note: The name and the size of the image are provided as attributes.

Tidak ada komentar:

Posting Komentar