Tabel Rowspan dan Colspan
<html>
<head>
<title>table</title>
</head>
<body>
berikut contoh tabel dengan
rowspan dan colspan
<table width=80% 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=2 baris 3 kolom 1 </td>
<td> baris 3 kolom 2 </td>
</tr>
</table>
</body>
</html>
table
berikut contoh tabel dengan
rowspan dan colspan
<head>
<title>table</title>
</head>
<body>
berikut contoh tabel dengan
rowspan dan colspan
<table width=80% 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=2 baris 3 kolom 1 </td>
<td> baris 3 kolom 2 </td>
</tr>
</table>
</body>
</html>
baris 1 kolom 1 | baris 1 kolom 2 |
baris 2 kolom 1 | |
baris 3 kolom 2 |
Komentar
Posting Komentar