TRANSLATE HERE

Saturday, 10 October 2015

Simple layout with table in html code

<html>
<head>
 <title>Home </title></head>
<body align="center" background ="">
 <table  align="center" border='2' height="250" width="900">
<tr>
 <td background="">
 header
 </td>
</tr>
</table>

<table  align="center"border='2' height="400" width="900">
<tr><td align="center"bgcolor="white">
<h2>
 <u></u> </h2>
 <table width="600"color="black"">
<tr>
 <td valign="center">
 <td>
  <p align="justify">
isi
  </p>
 </td>
</tr>
</table>
</td>

</tr>
</table>
 <table align="center"border="2" height="50" width="900" bgcolor="white">
<tr>
<td>
 <a href ="krangka.html">
  <center>opsi</center>
 </a>
</td>
 <td>
  <a href ="profil.html">
   <center>opsi</center>
  </a>
 </td>
</tr>
</table>
 <table  align="center"border='2' height="100" width="900">
<tr>
<td height="100" >
footer
<h4 align="center">
 <i></i> </h4>
<br align="left"><i><center>

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

1 comment: