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

0 points
Submitted by Troye1302
about 9 years

5/9 Question 5 ! Helpeur !

<!DOCTYPE html>
<html>
  <body>

  <div class="nav">
    <div class="container">
    <ul>
      <li>Home</li>
      <li>Browse</li>
    </ul>
    <ul>
      <li>Sign up</li>
      <li>Log In</li>
      <li>Help</li>
    </ul>
    </div>
  </div>

<div class="Jumbotron">  </div>
  <div class="containers">
  <h1>Find a place to stay.</h1>
    <p>Rent from people in over 34,000 cities and 192 countries.</p>
    </div>
</div>

Help pls Tell me the good sulution

Answer 54eccad676b8fee1cc00224f

3 votes

Permalink

Hi Troye1302,

  • Jumbotron should be jumbotron
  • containers should be container
  • the /div here <div class="Jumbotron"> </div> is closing that jumbotron div too soon.
points
Submitted by Judy
about 9 years

3 comments

Saoirse Connor Desai about 9 years

Stuck on the same problem but I haven’t made the mistakes you have suggested. Please help!

Judy about 9 years

Hi Saoirse Connor Desai, I was able to point out the problems in Troye1302’s code because he included it in his question. I can’t begin to guess what might be wrong with your code. If you want to show it, please use the “Add an answer” box so that you will be able to format it.

MegaBlazikenEX over 8 years

thx