<head>
<title>tabel</title>
</head>
<body>
<h1>
<center>
Berikut contoh tabel dengan rowspan dan colspan</center>
</h1>
<table border="2" cellpadding="0" cellspacing="0" style="width: 80%px;">
<tr>
<td><center>
baris 1 kolom 1</center>
</td>
<td><center>
baris 1 kolom 2</center>
</td>
</tr>
<tr>
<td><center>
baris 2 kolom 1</center>
</td>
</tr>
<tr>
<td rowspan="2"><center>
baris 3 kolom 1</center>
</td>
<td><center>
baris 3 kolom 2</center>
</td>
</tr>
</table>
</body>
</html>
Tidak ada komentar:
Posting Komentar