Pages

Diberdayakan oleh Blogger.

Senin, 05 September 2016

tabel rowspan dan colspan

<html>
<head>
<title>Tabel Rowspan dan Colspan</title>
</head>



<body>
<table width="500" border="1">
<tr>
<th bgcolor=red>Apel</th>
<th rowspan="2">Jeruk</th>
<th bgcolor=green>Mangga</th>
</tr>
<tr>
<td>Pisang</th>
<td>Nanas</td>
</tr>
</table>
</body>
</html>

0 komentar:

Posting Komentar