
Cara Mengatur Lebar Table
<html>
<head>
<title>Belajar HTML Table</title>
</head>
<body>
<table border="2"width="450">
<tr>
<td>Kolom 1</td>
<td>Kolom 2</td>
<td>Kolom 3</td>
</tr>
</table>
</body>
</html>
Welcome To my Personal Blog,i wish we can sharing knowledge about computer!!!!!!!!
<html>
<head>
<title>Belajar HTML Table</title>
</head>
<body>
<table border="2"width="450">
<tr>
<td>Kolom 1</td>
<td>Kolom 2</td>
<td>Kolom 3</td>
</tr>
</table>
</body>
</html>