Saturday, December 1, 2012

html ; tabel dengan cell background

<table border="1" width="250">            <!--INI MERUPAKAN TEBAL GARIS TABEL -->
<caption><b>Mengatur warna cell pada tabel dengan background warna</b></caption>    <!--INI MERUPAKAN JUDUL TABEL -->

<tr>
<td>tanpa Background</td>
 <td bgcolor="yellow">background kuning</td>
</tr>
<tr>
<td bgcolor="green">background hijau</td>
<td bgcolor="red">background merah</td>
</tr>
<tr>
<td bgcolor="blue">background biru</td>
<td bgcolor="purple">background coklat</td>
</tr>
<tr>
<td bgcolor="pink">background pink</td>
<td bgcolor="magenta">background magenta</td>
</tr>

<table border="1" width="300" height="250" >            <!--INI MERUPAKAN TEBAL GARIS TABEL -->
<caption><b>Mengatur warna cell pada tabel dengan background gambar</b></caption>        <!--INI MERUPAKAN JUDUL TABEL -->
<tr>
<td background="koala.jpg">background gambar</td>
<td background="koala.jpg">background gambar</td>
</tr>
</table>



Mengatur warna cell pada tabel dengan background warna
tanpa Background background kuning
background hijaubackground merah
background birubackground coklat
background pinkbackground magenta

Mengatur warna cell pada tabel dengan background gambar


No comments:

Post a Comment