Create By Widiyono, S.Kom Tabel di Dalam Tabel Create By Widiyono, S.Kom
Tabel di dalam table 1 baris 2 kolom Latihan1.html <table border> <tr> <td>Data baris 1 kolom 1</td> <td> <table border> <td>Tabel ke 2</td> </tr> </table> </td>
Tabel di dalam table 2 baris 2 kolom Latihan2.html <table border=1> <tr> <td>Kolom 1 baris 1</td> <td>Kolom 2 baris 1</td> </tr> <td>Kolom 1 baris 2</td> <td> <table border=1> <td>Kolom 2 baris 2</td> </table> </td>
Latihan3.html 1. Buatlah dokumen HTML berikut ini : <html <head> <title>Tabel Bersarang</title> </head> <body> <table border=1> <tr> <td> <table border=1> <td>Kolom 1 baris 1</td> <td>Kolom 2 baris 1</td> </tr> <td>Kolom 1 baris 2</td> <td>Kolom 2 baris 2</td> </table> </td> </body> </html>
<title>Nested table 3</title> </head> <body> Latihan4.html <html> <head> <title>Nested table 3</title> </head> <body> <table border="3" cellpadding="10" cellspacing="10"> <td> sel berikutnya yang satu ini memiliki tabel kecil di dalamnya, tabel di dalam tabel.</td> <td> <table border="3" cellpadding="3" cellspacing="3"> <td>Tabel ke 2</td> <tr> </tr> </table> </td> </body> </html>
3. Buatlah dokumen HTML dari tampilan tabel berikut ini : Tugas1.html
4. Buatlah dokumen HTML dari tampilan tabel berikut ini : Tugas2.html
5. Buatlah dokumen HTML dari tampilan table berikut ini : Projek.html