Rabu, 12 Oktober 2016

trik membuat tabel pakai skrip html di note pad

<html>
<head><title>Tabel Bersarang</title></head>
<body>
<table border="1" bgcolor="orange">
<tr>
<td height=10% width=60%><table border=0 align="center">
<tr>
<td bgcolor="yellow" colspan="2">this table is nested inside the purple
table</td>
</tr>
<tr>
<td bgcolor="red"><font color="blue"></font></td>
<td bgcolor="green" width><font color=white></font></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>


dan hasilnya seperti ini

Tidak ada komentar:

Posting Komentar