Tabel html

<html>
<head>
<title>Tabel</title>
</head>
<body>
berikut contoh tabel dengan rowspan dan colspan
<table width=50% border=2 cellspacing=0 cellpadding=0>
<tr>
<td>baris 1 kolom 1</td>
<td>baris 1 kolom 2</td>
</tr>
<tr>
<td colspan=2>baris 2 kolom 1</td>
</tr>
<tr>
<td rowspan=2baris 3 kolom 1</td>
<td>baris 3 kolom 2</td>
</tr>
</table>
</body>
</html>




Related Posts:

0 Response to "Tabel html"

Post a Comment