Minggu, 08 Desember 2013

cara membuat tabel dengan HTML

Assalamu'alaikum ^_^

Sekarang saya akan membahas tentang cara membuat tabel dengan HTML.
Berikut sriptnya :
<html>
  <head>
      <title> Membuat Tabel </title>
  <head>
<TD ROWSPAN = "4"><IMG SRC="index.JPG" WIDTH="100"></TD>
<BODY BGCOLOR="CYAN">RESTO KITA<BR></BR>

<table border="3">
    <tr>
        <td colspan="4"BGCOLOR="WHITE"><center><FONT COLOR = "blue"><b>DAFTAR MAKANAN</b></center></td>
    </tr>

    <tr>
        <td style="width:20%;height:40px;"BGCOLOR="WHITE"><b>MAKANAN</b></td>
        <td style="width:20%;height:40px;"BGCOLOR="WHITE"><b>HARGA</b></td>
        <td style="width:20%;height:40px;"BGCOLOR="WHITE"><b>MINUMAN</b></td>
        <td style="width:20%;height:40px;"BGCOLOR="WHITE"><b>HARGA</b></td>
</tr>
    <tr>
        <td colspan="1"BGCOLOR="white"> Nasi Goreng</td>
        <td colspan="1"BGCOLOR="white"> Rp 12000</td>
        <td colspan="1"BGCOLOR="white"> Teh Manis</td>
    <td colspan="1"BGCOLOR="white"> Rp 5000</td>
    </tr>
    <tr>
        <td colspan="1"BGCOLOR="white"> Nasi TO</td>
        <td colspan="1"BGCOLOR="white"> Rp 15000</td>
        <td colspan="1"BGCOLOR="white"> Jus Buah</td>
    <td colspan="1"BGCOLOR="white"> Rp 10000</td>
    </tr>
 
</table>
</body>
</html>


Berikut hasilnya :


Tidak ada komentar:

Posting Komentar