|
Basic Tutorial > Sample Template
Copy and paste the following code to your index.html. Click here to see the template that will be shown on your webpage.
<html>
<head>
<title>My Own Website</title>
</head>
<body style="background-color:#CCF; font-family:times">
<table width="100%" height="100%", border="1">
<tr style="background-color:#6699FF">
<td height="10%" colspan="3">
<h1><center>Welcome To My Website<center></h1>
</td>
</tr>
<tr height="5%" style="background-color:#FFFFCC">
<td> 
</td>
<td>
<a href="#">Home</a> |
<a href="#">Page2 </a> |
<a href="#">Page3 </a> |
<a href="#">Contact </a> |
<a href="#">About </a>
<!-- you can substitute the # with link to other page i.e page2.html -->
</td>
<td> 
</td>
</tr>
<tr height="85%" valign="top" style="background-color:#FFFFCC">
<td width="10%">
<p><a href="http://www.createmoneywebsite.com/">Create A Website</a></p>
<p><a href="http://www.google.com/">Google Link</a></p>
<p><a href="http://www.yahoo.com/">Yahoo Link</a></p>
<p><a href="http://www.bing.com/">Bing Link</a></p>
</td>
<td>
<p><h2>Title Heading h2</h2>
Here is my content
</p>
<p><h3>Title Heading h3</h3>
Here is my sub-content
</p>
</td>
<td width="10%">
<p><a href="#">Link 1</a></p>
<p><a href="#">Link 2</a></p>
<p><a href="#">Link 3</a></p>
<!-- you can substitute the # with link to other page i.e page2.html -->
</td>
</tr>
</table>
</body>
</html>
Other Related Links
Ads Column
Create Money Website
copyright © 2009 - www.createmoneywebsite.com - All Rights Reserved
|