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

0 points
Submitted by Pa3232
over 8 years

Oops, try again. Add an h3 element in the second supporting content div. :

Hello, would anyone can advise me why I cannot pass above error message , please ?

<!DOCTYPE html>

Answer 560e51669113cba98e000036

0 votes

Permalink

Hello Pawel,

unfortunately I cannot see the code as it is not formatted correctly, can you please highlight the code and click the {} button, then reply back to me so I get a notification and Ill take a look for you

Thanks

Keith

points
Submitted by Keith Light
over 8 years

1 comments

Pa3232 over 8 years

Hello Keith ,

Thank you for your respond , hope this now works ok :

Answer 560ea11786f55218aa00024f

0 votes

Permalink

<!DOCTYPE html>
<html>
  <body>
<div class"nav">

    <ul>
    <li>Pawel</li>
     <li> Browse</li>
    </ul>
    
    <ul>
    <li>Sign up</li>
    <li>Log in</li>
    <li>Help</li>
    <div class="jumbotron">
    <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 class="container">
   <h1>Large feature</h1>
    <p>Rent from people in over 34,000 cities and 192 countries.</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>
    <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>
    
  </body>
</html>`enter code here`
points
Submitted by Pa3232
over 8 years

4 comments

Pa3232 over 8 years

Tahnks again ,

Pawel

Keith Light over 8 years

Hi Pawel, I think you have gotten a bit confused, you used a h1 where it should be a h3, you have closed the container instead of opening a new one. I have written a template for exercise 8 which you can use for reference - http://jsfiddle.net/keefyboooo/aaf1qsLc/

Pa3232 over 8 years

Excellent…I am back in the game. Thanks Keith for your help

Pawel

Keith Light over 8 years

no problem! good luck with the rest of the course