About Us

Jumat, 09 September 2016

thumbnail

tugas spaning 1

<html>
<head>
<title>table dengan rowspan</title>
</head>
<body>
<table widht="500" border="1">
<tr>
<th scope="col">nama perumahan </th>
<th scope="col">tipe / luas perumahan </th>
(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>
<td>54 / 120 </td>
</tr>
</table>
</body>
</html>

Subscribe by Email

Follow Updates Articles from This Blog via Email

No Comments

About