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

banner
Close banner
0 points
Submitted by ViVi
almost 9 years

5/9 [resolved] Need help with lesson 5 div

I keep getting the error " Wrap the <div class="container>..</div> with <div class="jumbotron>..</div>" However, I did include open <div> and close </div> with the <h> and <p> in the between. I’m not sure how I get the error. My code is below, starting from the line with *** and end with *** is where I have trouble with. Please help!

<!DOCTYPE html>
<html>
<body>
<div class="nav">
<div class="container">
<ul>
<li>Vi Vi</li>
<li>Browse</li>
</ul>
<ul>
<li>Sign Up</li>
<li>Log In</li>
<li>Help</li>
</ul>
</div>
</div>
***<div class="jumpotron">
<div class="container">
<h1>Find a place to stay.</h1>
<p>Rent from people over 34,000 cities and 192 countries.</p>
</div>
</div>***
</body>
</html>

Thank you!

Vi

Answer 55a0513dd3292fdbd40004a8

1 vote

Permalink

Hi Vivi,

It looks like it might just be a typing mistake here: jumpotron

points
Submitted by Judy
almost 9 years

2 comments

ViVi almost 9 years

Thank you so much! I see it now

Judy almost 9 years

You’re welcome!