Kamis, 08 September 2016

TABEL DENGAN COLSPAN

<html>

   <head>

   <title>Tabel dengan Colspan</title>

   </head>

   

   <body>

   <table width="500" border="1">

     <tr>

       <th scope="co1">Perumahan</th>

       <th colspan="4" scope="co1">Tipe / luas

   tanah (m<sup>2</sup>) </th>

     </tr>

     <tr>

       <td>Griya Indah Permai </td>

       <td>21/60</td>

       <td>36/90</td>



       <td>45/120</td>

       <td>54/120</td>

      </tr>

   </table>

   </body>

   </html>


Tidak ada komentar:

Posting Komentar