You are on page 1of 2

<!

DOCTYPE html>
<html>
    <head>
        <title>Tabel dan Form</title>
    </head>

   <body>
     <table bgcolor="yellow" border="2" align="center" width="70%">
    <caption>
        <h3>Daftar Mahasiswa Kelas D3 TI.B</h3>
    </caption>
        <th bgcolor="grey" rowspan="2">Foto Profil</th>
        <th bgcolor="grey" rowspan="2">Nama</th>
        <th bgcolor="grey" rowspan="2">NRP</th>
        <th bgcolor="grey" rowspan="2">Email</th>
        <th bgcolor="grey" rowspan="2">Tanggal Lahir</th>
        <th bgcolor="grey" rowspan="2">Jenis Kelamin</th>
        <th bgcolor="grey" rowspan="2">Hobi</th>
        <th bgcolor="grey" rowspan="2">Program Studi</th>
        <th bgcolor="grey" rowspan="2">Alamat</th>
        <tr></tr>
        <td rowspan="2"><img src="5-belum_fix-transformed (1).png" height="100%"
width="100%"></td>
        <td>Ivan Farhani Ahmad</td>
        <td>082247219152</td>
        <td>ivanfarhani5@gmail.com</td>
        <td>22 April 2005</td>
        <td>Lanang</td>
        <td>Main Game</td>
        <td>Teknik Informatika</td>
        <td>JL. Raya PUK Balen, RT 02, RW 01, Ds. Kemamang, Kec. Balen, Kab.
Bojonegoro</td>
        <tr></tr>
        <td rowspan="2"><img src="5-belum_fix-transformed (1).png" height="100%"
width="100%"></td>
        <td>Ivan Farhani Ahmad</td>
        <td>082247219152</td>
        <td>ivanfarhani5@gmail.com</td>
        <td>22 April 2005</td>
        <td>Lanang</td>
        <td>Main Game</td>
        <td>Teknik Informatika</td>
        <td>JL. Raya PUK Balen, RT 02, RW 01, Ds. Kemamang, Kec. Balen, Kab.
Bojonegoro</td>
   
    </table>
   </body>
</html>

You might also like