Wednesday 4 December 2013

belajar HTML

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

<BODY background = "imageS.JPG">

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

    <tr>
        <td style="width:20%;height:40px;"BGCOLOR="WHITE"><FONT COLOR = "RED"><b>LIGA INGGRIS</b></td>
        <td style="width:20%;height:40px;"BGCOLOR="WHITE"><FONT COLOR = "RED"><b>LIGA SPANYOL</b></td>
        <td style="width:20%;height:40px;"BGCOLOR="WHITE"><FONT COLOR = "RED"><b>LIGA ITALI</b></td>
    </tr>
    <tr>
        <td colspan="1"BGCOLOR="white"><FONT COLOR = "RED"> Arsenal</td>
        <td colspan="1"BGCOLOR="white"><FONT COLOR = "RED"> Barcelona</td>
        <td colspan="1"BGCOLOR="white"><FONT COLOR = "RED"> Juventus</td>
    </tr>
    <tr>
        <td colspan="1"BGCOLOR="white"><FONT COLOR = "RED"> Manchester United</td>
        <td colspan="1"BGCOLOR="white"><FONT COLOR = "RED"> Real Madrid</td>
        <td colspan="1"BGCOLOR="white"><FONT COLOR = "RED"> AC Milan</td>
    </tr>
    <tr>
       
        <td colspan="1"BGCOLOR="white"><FONT COLOR = "RED"> Chelsea </td>
        <td colspan="1"BGCOLOR="white"><FONT COLOR = "RED"> Ajax</td>
        <td colspan="1"BGCOLOR="white"><FONT COLOR = "RED"> Inter Milan</td>
    </tr>
</table>
</body>
</html>
Script HTML diatas menghasilkan gambar dibawah  ini :



No comments:

Post a Comment