Selasa, 10 Desember 2013

contoh sederhana menbuat tabel menggunakan html.


<html>
  <head>
      <title> Membuat Tabel </title>
  <head>

<BODY BGCOLOR="green">menu minuman<BR></BR>

<table border="2">
    <tr>
        <td colspan="2"BGCOLOR="red">NAMA minuman</td>
    </tr>

    <tr>
        <td style="width:20%;height:40px;">jus alpuket</td>
        <td style="width:20%;height:40px;">jus apel</td>
        <td style="width:20%;height:40px;">jus mangga</td>
    </tr>
    <tr>
        <td> jus alpuket</td>
        <td>jus apel</td>
        <td> jus mangga</td>
   
    </tr>
</table>
</body>
</html>

Tidak ada komentar:

Posting Komentar