Senin, 03 Oktober 2016

Tabel dengan colspan

<html >
<head>
<title>Tabel dengan Colspan</title>
</head>
<body>
<table width="500" border="1" bgcolor="yellow">
<tr bgcolor="red">
<th scope="col">Apel </th>
<th rowspan="4" scope="col">Jeruk </th>
<th colspan="4" scope="col">Mangga </th>
</tr>
<tr bgcolor=blue>
<th scope="col">Pisang </th>
<th colspan="4" scope="col">Nanas </th>
</tr>
<tr bgcolor=green>
<td>Leci</td>
</tr>
</table>
</body>
</html>

                                       


EmoticonEmoticon