Kamis, 21 Januari 2016

Tugas : Contoh Tabel Rowspan dan Colspan

<html>
<head>
<title>Tugas : Contoh Tabel Rowspan dan Colspan</title>
</head>
<body>
<table align="center" width=50% border=2 cellspacing=0cellspacing=0>
<caption>Berikut Contoh Tabel Dengan Rowspan Dan Colspan</caption>
<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>baris 3 kolom 1</td>
<td>baris 3 kolom 2</td>
</tr>
</table>
</body>
</html>

Tidak ada komentar:

Posting Komentar