Senin, 10 Oktober 2011

The Header

According to the definitions of the paragraph, we can code the header section of our page as shown below.
<header id="site_head">
  <div class="header_cont">
  <h1><a href="#">mubarok leto</a></h1>

  <nav class="head_nav">
  <ul>
   <li class="rss"><a href="#">Subscribe</a></li>
   <li class="twitter"><a href="#">Follow Me</a></li>
   <li class="home"><a href="#">Home</a></li>
   <li><a href="#">About Me</a></li>
   <li><a href="#">Portfolio</a></li>
   <li><a href="#">Contact</a></li>
  </ul>
  </nav>
  </div>
 </header>

1 komentar: