Page 54 - Modu Web Kelas XI
P. 54

49



                            <TD>M Wahib</TD>
                            <TD>Blora Jawa Tengah</TD>
                            <TD>0274-377982</TD></TR>
                     </TABLE>
                     </BODY>
                     </HTML>
                     ❑  Simpan dengan nama tabel1.html
                     ❑  Jalankan dengan web browser

                     Praktikum 2

                     ❑  Ketikkan script berikut ini
                        <html>
                        <head>
                        </head>
                        <body>
                        <table border="1" cellpadding="0" cellspacing="0" width="100%">
                        <caption><b>Daftar Nilai Pemrograman Web 1</b></caption>
                          <tr>
                            <th width="33%" rowspan="2" valign="middle">Nama</th>
                            <th width="67%" colspan="2" >Nilai</th>
                          </tr>
                          <tr>
                            <th width="33%">Tugas</th>
                            <th width="34%">Praktikum</th>
                          </tr>
                          <tr>
                            <td width="33%">Lutfia</td>
                            <td width="33%" align="center">80</td>
                            <td width="34%" align="center">85</td>
                          </tr>
                          <tr>
                            <td width="33%">yulia </td>
                            <td width="33%" align="center">90</td>
                            <td width="34%" align="center">93</td>
                          </tr>
                          <tr>
                            <td width="33%">Ardian</td>
                            <td width="33%" align="center">100</td>
                            <td width="34%" align="center">98</td>
                          </tr>
                        </table>
                        </body>
                        </html>

                     ❑  Simpan dengan nama tabel2.html
                     ❑  Jalankan dengan web browser




                     Modul Pemrograman Web SMKN 2 Mojokerto
   49   50   51   52   53   54   55   56   57   58   59