Cara Membuat Tabel Dengan Background Dalam Halaman Web 4:37:00 PM Posted by Abdul Rohman No comments Untuk mebuat tabel yang latar belakangnya ada sebuah background dari image atau gambar diperlukan atribut background dalam tag table, contoh: <table border="1" Background="Gambar">. Untuk lebih jelasnya lihat contoh program web tabel dibawah ini: <html> <body bgcolor="pink"> <h4>Background image</h4> <table border="1" Background="palsu.jpg"> <tr> <td> nomor satu </td> <td> nomor lain </td> </tr> <tr> <td> nomor satu </td> <td> nomor lain </td> </tr> </table> </body> </html> Hasilnya: Email ThisBlogThis!Share to XShare to Facebook
0 komentar:
Post a Comment