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

0 points
Submitted by Adam Park
over 8 years

6/9 The a element should have an href attribute set to "#"

    <!DOCTYPE html>
<html>
  <body>
  
    <div class="nav">
        <div class="container">
    <ul>
      <li>Tom Jones</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 class="travel">
    <div class="container">
    <h3>Travel</h3>
    <p>From Apartments And Rooms To Treehouses And Boats: Stay In Unique Spaces In 192 Countries.</p>
    <p>
    <a herf= "#">See How To Travel On Airbnb</a>
    </p>
    </div>
    </div>
  </body>
</html>

WHAT IS WRONG

Answer 5592895be39efe2cc50006c2

3 votes

Permalink

Hello Adam,

looks like you just got a slip of the finger, its href, not herf

Thanks

points
Submitted by Keith Light
over 8 years

1 comments

kj mcspurren over 8 years

Yup, thats exactly what happened