Selasa, 13 September 2016

table dengan clospan

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

Tidak ada komentar:

Posting Komentar