TUGAS MATERI AKHIR - MEMAHAMI PENGGUNAAN TAG TABLE
TUGAS MATERI AKHIR - MEMAHAMI PENGGUNAAN TAG TABLE #TUGAS 1 -Coding <html> <head> <title>bendera indonesia</title> </head> <body> <center> <table border="1" cellpadding="60" cellspacing="1" style="width: 100%;"> <tr style="background-color: red;"> <td colspan="2"></td> </tr> <tr style="bgcolor: white;"> <td colspan="2"></td> </tr> </table> <h1> AKU CINTA INDONESIA</h1> </center> </body> </html> #Hasil Tampilan #TUGAS 2 -Coding <!DOCTYPE html> <html> <head> <title>tabel warna</title> </head> <body> <center> <table border="1" cellpadding="60" cellspacing="1"> <tr> <td colspan=...