SCRIPT HTML COLSPAN DAN ROWSPAN,

00.11 Unknown 0 Comments

<html>
<head>
<title>Tabel Dengan Colspan</title>
</head>
<body>
<table width="500" border="1">
<tr>
<th>Apel</th>
<th rowspan="2" scope="col">Jeruk</th>
<th>Mangga</th>
</tr>
<tr>
<td> Pisang</td>
<td> Nanas </td>
</tr>
</table>
</body>
</html>

You Might Also Like

0 komentar: