HTML 8_Mengatur posisi gambar

<html>
<body>
<p>
Sebuah gambar
<img src ="../images/contoh.gif" align="bottom" width="100" height="50">
di antara teks
</p>
<p>
Sebuah gambar
<img src ="../images/contoh.gif" align="middle" width="100" height="50">
di antara teks
</p>
<p>
Sebuah gambar
<img src ="../images/contoh.gif" align="top" width="100" height="50">
di antara teks
</p>
<p>Perhatikan bahwa default pengaturan adalah bottom (diletakkan di bagian
bawah)</p>
<p>
Sebuah gambar
<img src ="../images/contoh.gif" width="100" height="50">
di antara teks
</p>
<p>
<img src ="../images/contoh.gif" width="100" height="50">
Sebuah gambar di depan teks
</p>
<p>
Sebuah gambar di belakang teks
<img src ="../images/contoh.gif" width="100" height="50">
</p>
</body>
</html>
Category: 0 komentar

0 komentar:

Posting Komentar