Large feature 4/9

Large feature
Nice work! We've used ul elements to create a minimal navigation bar, and used divs to organize it into its own section.
Next let's add a large feature to the page with an h1 element, and a subtitle using a pelement.
Instructions
  1. After the closing </div> tag, add an h1element that says "Find a place to stay."
  2. After the h1 element, add a p element that says "Rent from people in over 34,000 cities and 192 countries."

?
Hint

Here's an h1 element that says "Large feature."
<h1>Large feature</h1>
Here's an p element that says "Hello world."
<p>Hello world</p>
Large feature
<!DOCTYPE html>
<html>
  <body>
  <div class="nav">
  **<h1>Find a place to stay</h1>**
  **<p>Rent from people in over 34,000 cities and 192 countries</p>**
    <div class="container">
    <ul>
      <li>Item 1</li>
      <li>Item 2</li>
    </ul>

    <ul>
      <li>Sign up</li>
      <li>Log in</li>
      <li>Help</li>
    </ul>
    <ul>
  </div>

  </div>


  </body>
</html>

Comments

Popular posts from this blog

MEGA 暫存檔案刪除

IOS GCD多執行緒

利用CMD指令強制刪除