Pages

Search

Kamis, 28 April 2011

Latihan Membuat Tabel untuk HTML part 2

<html>
<head>
<title> Irsyad Radityo
</title>
</head>
<body>
<font color="black" size="3">
<p align="center"><b>DAFTAR ALAMAT:</b></p>
</font>
<table align="center" border="6" bgcolor="white" cellpapadding="5" cellspacing="6">
<caption align="bottom"><b><Tabel 1.1</b></caption>



  <tr bgcolor="blue">
    <th><font color ="white"> No</font></th>
    <th><font color ="white"> Nama</font></th>
    <th><font color ="white"> Alamat</font></th>
  </tr>

  <tr slign="left">
    <td>1</td>
    <td>Alim</td>
    <td>Surakarta, Jateng</td>
  </tr>

  <tr align="center">
     <td>2</td>
     <td>Joni</td>
     <td>Sragen, Jateng</td>
  </tr>

  <tr align="right">
      <td>3</td>
      <td>Sinta</td>
      <td>Sukoharjo, Jateng</td>
  </tr>

</body>
</html>

Tidak ada komentar:

Posting Komentar