Making a Basic Document Outline

 
    <header>
        <hgroup>
            <h1><a href="#">Loads of News</a></h1>
            <h2>Bringing you all kinds of news</h2>
        </hgroup>
    </header>
    <nav>
        <ul>
            <li><a href="#">Home</a></li>
            <li><a href="#">About</a></li>
            <li><a href="#">Contact</a></li>
            <li><a href="#">Home</a></li>
        </ul>
    </nav>
    <section>
        <h1>Sports News</h1>
    </section>
    <section>
        <h1>Entertainment News</h1>
    </section>
    <section>
        <h1>Nerdy News</h1>
    </section>

  
Click to view this demo.
Home 
  HTML CSS Book 
    HTML  

nav:
  1. <nav> for navigation
  2. Multiple Navigation Groups in a Single nav Element
  3. Making a Basic Document Outline
Related: