Static Web site Creating By Using Tables

<!doctype html>

<head><title>Working with static Web Site</title></head>

<body bgcolor="#CCCCCC">
<table width="85%" border="0" align="center" cellpadding="0" cellspacing="0"> 
<tr>
<thead>
<tr bgcolor="#FFFF99">
<th colspan="5" height=100>Name of the Company</th>
</tr>
</thead>
</tr>

<tfoot>
<tr height="30">
<td colspan="5" align="center">copryright@2017 indiajobhelp.com</td>
</tr>
</tfoot>

<tr height="50" bgcolor="#99CCCC">
<th>Home</th>
<th>About Us</th>
<th>Services</th>
<th>Gallery</th>
<th>Contact</th>
</tr>

<tr height="250" bgcolor="#FFCCCC">
<td colspan="5"></td>
</tr>

<tr>
<td colspan="5">
<table width="100%" border="0" align="center" cellpadding="20" cellspacing="0"> 
    <tr>
    <td width="200" height=500 valign="top">
    <h3 align="center">Using List</h3>
    <hr>
    <ul>
    <li>News</li>
    <li>Videos</li>
    <li>Audios</li>
    <li>Games</li>
    <li>Apps</li>
    <li>News</li>
    <li>Videos</li>
    <li>Audios</li>
    <li>Games</li>
    <li>Apps</li>
    </ul>
    </td>
    
    <td valign="top">
    <h3>
    Working with body Content
    </h3>
    <hr>
    <img src="images/image1.jpg" width="100%" height="500">
    <p>
    This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details. 
    </p>
    
    </td>
    
    </tr>
    </table>
</td>
</tr>
</table>
</body>

</html>

Comments

Popular posts from this blog

jQuery-Banner

JQUERY-BANNER-FADEIN AND FADEOUT