Page 83 - Pemrograman-Web-Semester1
P. 83

Pemrograman Web Semester 1






                           c.  Rangkuman
                           Buatlah dokumen HTML berikut ini :







                           d.  Tugas
                           1.  Buatlah dokumen HTML berikut ini :

                               <html

                               <head>

                               <title>Tabel Dengan Rowspan</title>


                               </head>



                               <body>

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


                                 <tr>

                                   <th scope="col">Nama Perumahan </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>



                                                                                            69 | P a g e
   78   79   80   81   82   83   84   85   86   87   88