CARA MEMBUAT TABEL PADA NOTEPAD++

LANGSUNG COPAS KODING DIBAWAH INI AJA

TABEL 1
<table border="1" width="20%" height="20%" >
<tr>
<tr align center="100%"></tr>
</tr>
</table>
TABEL 2
<table border="1" width="20%" height="20%" >
<tr>
<td></td>
<td></td>
</tr>
</table>

TABEL 3
<table border="1" width="20%" height="20%" >
<td></td>
<tr></tr>
</table>

TABEL 4
<table border=1 cellpadding=1 cellspacing=1 border="1" width="20%" height="20%">
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>

TABEL 5
<table border=1 cellpadding=1 cellspacing=1 border="1" width="20%" height="20%">
<tr>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</table>
</table>
Berikut adalah hasil koding di atas


Komentar