<html>
<head>
<title>latihan html</title>
<body>
<table width="899" border="1" cellspasing="0" cellpadding="0" align="center">
<tr align="center" bgcolor="red">
<td height="120" colspan="4">Header</td>
</tr>
<tr bgcolor="orange">
<th>Tanggal</th>
<th><a href="#">home</a></th>
<th><a href="#">arktikel</a></th>
<th><a href="#">tutorial</a></th>
</tr>
<tr height="600" align="center">
<th>Menu Utama</th>
<th colspan="3">isi</th>
</tr>
<tr align="center" bgcolor="#f32ddd">
<td height="30" colspan="4">Copyright © <a href="#" target="_self">Bintoro ALi</a></td>
</tr>
</table>
</body>
</head>
</html>
0 comments