Supporting content 2 7/9

Supporting content 2
Excellent! Next let's add two more pieces of supporting content, each having the same structure as before:
<div>
  <h3>Subheading</h3>
  <p>Description text.</p>
  <p>
    <a href="#">Link text</a>
  </p>
</div>
Instructions
Under the closing </div> of the first piece of supporting content, add two more:
Add a second piece of supporting content with the following elements:
  1. div for grouping
  2. an h3 element that says "Host"
  3. p element that says "Renting out your unused space could pay your bills or fund your next vacation."
  4. p element, with an a element nested inside that says "Learn more about hosting"
Then add a third piece of supporting content with the following elements:
  1. div for grouping
  2. an h3 element that says "Trust and Safety"
  3. p element that says "From Verified ID to our worldwide customer support team, we've got your back."
  4. p element, with an a element nested inside that says "Learn about trust at Airbnb"
?
Hint
Your code should loook something like this:
<div>
  <h3>Travel</h3>
  <p>From apartments and rooms to treehouses 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>
Supporting content 2 7/9
<!DOCTYPE html>
<html>
  <body>
  <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>
        <ul>
      <li>Item 1</li>
      <li>Item 2</li>
    </ul>
**  <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>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>**

    <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指令強制刪除