Memebuat Tabel Menggunakan HTML

Nie Gan Scrip'a Langsung Di Copas ja,,
Selamat Mencoba Ya,, Semoga Bermanfaat (^_^)
Hasil'a Seperti Ini..




<html>
<head>
  <title>tabel</title>
</head>
<body>
 <h1>Ini contoh tabel 4-row 3-column</h1>
 <table border="1" width="400">
  <tr>
    <td width="33%">cell11</td><td colspan="2">cell12</td></h2>
  </tr>
  <tr>
    <td>cell21</td><td>cell22</td><td>cell23</td>
  </tr>
  <tr>
    <td rowspan="2">cell31</td><td>cell32</td><td>cell33</td>
  </tr>
  <tr>
    <td>cell42</td><td>cell43</td>
  </tr>
 </table>
</body>
</html>
Memebuat Tabel Menggunakan HTML
Item Reviewed: Memebuat Tabel Menggunakan HTML 9 out of 10 based on 10 ratings. 9 user reviews.

Komentar Terbaru

Just load it!