Wednesday 23 January 2013

Template Design Using Div Concept




home.php



<div id="container">
<!--Header start-->
<div class="header">
    <div class="header-left">
    <img src="TwinTower.gif" width="160" height="120"/>
     </div>
     <div class="header-center">TECHWISDOM</div>
     <div class="header-left">SEARCH<input type="text" name="search" />
  </div>
 
</div>
<!--Header end-->
<div style="clear:both;"></div>
<!--menu start-->
<div class="menu">
<ul class="menu1">
    <li><a href="home.php">HOME</a></li>
    <li><a href="about-us.php">ABOUT US</a></li>
    <li><a href="support.php">SUPPORT</a></li>
    <li><a href="service.php">SERVICE</a></li>
    <li><a href="contact-us.php">CONTACT US</a></li>
 </ul>
</div>
<!--menu end-->
<!--main start-->
<div class="main">
  <div class="main-left">
  <p main-left-para>Tamil Nadu is amongst the 28 states of India and is the 11th sate in the country and ranked 7th in terms of population. Tamil Nadu occupies the extreme south of the Indian peninsula and has a rich cultural heritage. Bharatnatyam and Carnatic Music have flourished here for centuries. The state is also famous for its handicrafts made of wood, stone and metal. This state is also the source of forest products like sandalwood, timber, fuel-wood and crops like, sugarcane, groundnut, potatoes and spices. Tamil Nadu state is divided into 32 districts.
  </ pmain-left-para>
</div>
  <div class="main-center"></div>
  <div class="main-right"></div>
 
</div>
<!--main end-->
<div style="clear:both;"></div>
<!--footer start-->
<div class="footer">
  <div class="footer-left">
        <p>website:</p>
        <p>suganjayaram@gmail.com</p>
        <p>&nbsp;</p>
  </div>
  <div class="footer-center">
        <p>gyfgoufgu<br />higuygu<br /><p>
  </div>
  <div class="footer-right">
        <p>sponsors:</p>
        <p>gihghi</p>
  </div>
 
<!--footer end-->
<div style="clear:both;"></div>
</div>





No comments:

Post a Comment