Tugas Web

You might also like

You are on page 1of 2

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.

or
g/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Uportal</title>
<style type="text/css">
body,td,th {
font-size: 14px;
color: #FFF;
}
body {
background-image: url(image/batik%201.jpg);
margin-left: 0px;
margin-top: 100px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #FFF;
}
.layout {
overflow: visible;
position: relative;
z-index: 1;
height: 1098px;
width: 764px;
left: 150px;
}
</style>
</head>
<body>
<div class="layout">
<table width="763" height="284" border="1">
<tr>
<td height="171" colspan="2">&nbsp;</td>
</tr>
<tr>
<td height="54" colspan="2">&nbsp;</td>
</tr>
<tr>
<td width="524" height="49"><table width="562" height="976" border="1">
<tr>
<td height="319" colspan="3">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr>
<td colspan="3">&nbsp;</td>
</tr>
<tr>
<td height="215">&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table></td>
<td width="223">&nbsp;</td>
</tr>

</table>
</div>
</body>
</html>

You might also like