This forum is now read-only. Please use our new forums! Go to forums

0 points
Submitted by bkbharat
almost 10 years

9/10 Place the supporting content in the <div class="container">..</div>.

<!DOCTYPE html>
<html>
  <body>
  <div class="nav"
   <div class="container">
    <ul>
      <li>bharat</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>
    
    <div>
      <h3>Travel</h3>
      <p>From apartments and rooms to tree houses and boats:stay in unique spaces in 192 countries.</p>
      <p><a href="#">See how to travel on Airbnb</a></p>
    </div>
    
    <div>
      <h3>Host</h3>
      <p>Renting out your unused space could pay your bills or fund your next vacation</p>
      <p><a href="#">Learn more about hosting</a></p>
     </div>
     
     <div>
       <h3>Trust and Safety</h3>
       <p>From Verified ID to our worldwide customer support team, we've got your back</p>
       <p><a href="#">Learn about trust at Airbnb</a></p>
     </div>
     
  <div class="learn-more">
  <div class="container">
    <div>
      <h3>Travel</h3>
      ...
    </div>

    <div>
      <h3>Host</h3>
      ...
    </div>

    <div>
      <h3>Trust and Safety</h3>
      ...
    </div>
  </div>
</div>
       
  </body>
</html>

wat to do?

Answer 5388af4e631fe9bf1400044c

1 vote

Permalink

From the previous exercise 8/10, you finished creating all of your Travel, Host and Trust content. In this exercise 9/10 you should put opening and closing tags for the learn-more and container divs around all of that content so that it will be grouped as one. You have instead written additional Travel, Host and Trust content.

More questions? Just ask.

points
Submitted by Judy
almost 10 years

2 comments

bkbharat almost 10 years

nope i wrote only once

Judy almost 10 years

In the code you’ve shown us I can see Travel, Host and Trust twice.

Answer 53918b7a80ff3389f5000f25

0 votes

Permalink

Travel

From apartments and rooms to treehouses and boats: stay in unique spaces in 192 countries.

See how to travel on Airbnb

Subheading

Description text.

Link text

Host

Renting out your unused space could pay your bills or fund your next vacation.

Learn more about hosting

Trust and Safety

Fro, Verified ID to our worldwide costumer support team, we've got your back.

Learn about trust at Airbnb

points
Submitted by ms.cabaeva
almost 10 years