Kamis, 01 September 2016

tugas pembuatan tabel 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=yellow>
<td colspan=2>baris 2 kolom 1</td>
</tr>
<tr bgcolor=red>
<td rowspan=2>baris 3 kolom 1</td>
</tr>
</table>
</body>
</html>


EmoticonEmoticon