Rabu, 07 September 2016

tugas table 1

<html>
<head>
<title>TABLE</table>
</head>
<body>
berikut contoh table dengan rowspan dan clospan
<table width=728px border=2cellespacing=0 cellpadding=0>
<tr bgcolor=blue>
<td>baris 1 kolom 1</td>
<td>baris 1 kolom 2</td>
</tr>
<tr bgcolor=purple>
<td colspan=2>baris 2 kolom 1</td>
</tr>
<tr bgcolor=yeloww>
<td rowspan=2>baris 3 kolom 1</td>
</tr>
</table>
</body>
</html>

Tidak ada komentar:

Posting Komentar