Welcome in Komputer Line

Kamis, 21 November 2013

BELAJAR HTML MEMBUAT TABLE PAKAI NOTEPAD












<html>
<head>
<title>mengatur posisi table</title>
</head>
<body>

<table border="1"align="center">
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>

</tr>
</table>
</body>
</html>

0 komentar:

Posting Komentar