Kamis, 08 September 2016

Contoh Tabel HTML

<html>
<head>
<title>dengan rowspan</title>
</head>
<body>
<table width="500" border="1">
  <tr>
   <th scope="col">namaperumahan </th>
   <th scope="col">tipe / luas tanah
  (m<sup>2</sup>) </th>
</tr>
<tr>
  <td rowspan="4">griya indah permai </td>
  <td>21 / 60 </td>
</tr>
<tr>
  <td>36 / 90 </td>
</tr>
<tr>
  <td>45 / 120 </td>
</tr>
<tr>
</table>
</body>
</html>



0 komentar:

Posting Komentar