Quotes help make search much faster. Example: "Practice Makes Perfect"

Monday, December 8, 2014

Make a Website: HTML Wrap with a div 5/9


<!-- Sample solution to index.html -->

<!DOCTYPE html>
<html>
  <body>
    <div class="nav">
      <div class="container">
    <ul>
     <li>My Name</li>
     <li>Browse</li>
    </ul>
    <ul>
     <li>Sign Up</li>
     <li>Log In</li>
     <li>Help</li>
    </ul>
      </div>
</div>
<div class="jumbotron">
      <div class="container">
   <h1>Find a place to stay</h1>
   <p>Rent from people in over 34,000 cities and 192 countries.</p>
 </div>
</div>
  </body>
</html>

No comments:

Post a Comment


This is an example of scrolling text using Javascript.

Popular Posts