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

banner
Close banner
0 points
Submitted by Keegan Williams
over 9 years

6/9 What is wrong? Please help new to this!

<!DOCTYPE html>
<html>
  <body>
  
    <ul>
      <li>Keegan</li
      <li>Browse</li>
    </ul>
<ul>
<li>Sign Up
<li>Log In
<li>Help
</ul>
  </body>
</html>
</ul>
</div>
</div>

<div clas="jumbotron">
 <div class="container">
  <h1>Find a place to stay</h1>
  <p>Rent from people in over cities and 192 countries</p>
 </div>
</div>
</body>
</html>

Answer 5474098880ff33dc0a000d4d

0 votes

Permalink

You have a few things to fix up there Keegan.

  • What happened to your <div class="nav"> and <div class="container">? They seem have gone missing from your navigation code.
  • <li>Keegan</li is missing a final >
  • In your second <ul> ... </ul> element, all of your <li> elements are missing their closing tags
  • You have these extra tags at the end of your navigation code: </body>, </html>, </ul>

Fixing all that gets you caught up to the beginning of exercise 6. Now you can begin with the instructions for that exercise. Just do one step at a time, pay attention to detail and let us know how you get on with that.

points
Submitted by Judy
over 9 years

3 comments

Keegan Williams over 9 years

Thanks! This helped a lot but I have another question .nav a { color:#5a5a5a; font-size: 24px; font-weight: bold; padding-top: 14px; padding-bottom: 14px; padding-left: 10px; padding-right: 10px; text-transform: uppercase; } .jumbotron { height:500px; color: #fff; background-image: url(‘http://goo.gl/04j7Nn‘); } .jumbotron h1 p { color: #535353; font-size: 20px; font-weight: bold; }

.jumbotron: p { color: #535353; font-size: 20px; }

Keegan Williams over 9 years

What is wrong with this? I have been struggling on this for a long time! Get the error saying set the font size to 20 px and it is! I am using Firefox and have changed it 80% zoom! Please Help!

Judy over 9 years

It looks like you have a semicolon where it shouldn’t be, in here: .jumbotron: p