Nah,, kali imi saya akan tampilkan script HTML untuk membuat tabel pada web anda, copy script berikut pada Notpad dan beri nama tabel.html
<html>
<head>
<title> belajar membuat table
</title>
</head>
<body>
<table border=5>
<tr>
<td> baris 1 kolom 1</td> <td> baris 1 kolom 2</td>
</tr>
<tr>
<td> baris 2 kolom 1</td> <td> baris 2 kolom 2</td>
</tr>
<tr>
<td> baris 3 kolom 1</td> <td> baris 3 kolom 2</td>
</tr>
<tr>
<td> baris 4 kolom 1</td> <td> baris 4 kolom 2</td>
</tr>
<tr>
<td> baris 5 kolom 1</td> <td> baris 5 kolom 2</td>
</tr>
</table>
</body>
</html>
Script HTML Tabel
20:12
desain web, script html, tutorial web