CARA MEMBUAT TEMPLATE DENGAN HTML

 LANGSUNG SAJA GOSAH BANYAK CERITA , KERJAI AJA !


<html>
<title>Gox-trix.blogspot.com</title>
<body >
<center>
<br><br><br>
<h1> Belajar membuat template menggunakan html (Gox-trix.blogspot.com) </h1>
<table width="1042" height="400" border="1">
  <tr>
    <td height="81" bgcolor="pink" colspan="3"><div align="center"> (header) </div></td>
  </tr>
  <tr>
    <td width="162" height="320" bgcolor="gray"><div align="center">sidebar</div></td>
    <td width="671" bgcolor="orange"><div align="center" > content </div></td>
    <td width="187" bgcolor="green"><div align="center">sidebar </div></td>
  </tr>
</table>
<table width="1042" height="80"  border="1px solid black">
<tr>
 <td bgcolor="yellow" <div align="center" > footbar </td>
 </tr>
 </table>
</center>
</body>
</html>


jadinya akan seperti ini !



terimakasih .

Comments