Tabel Buah

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

Tidak ada komentar

Banner

Diberdayakan oleh Blogger.