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

0 points
Submitted by Altrim Selimi
almost 10 years

5/10 [resolved] Add an h1 element after the closing </div> tag.

Im stuck at the 5/10 steps help?

After the closing </div> tag, add an h1 element that says “Find a place to stay.” After the h1 element, add a p element that says “Rent from people in over 34,000 cities and 192 countries.”. This is what I’ve done

<!DOCTYPE html>
<html>
<div class="nav">
<h1>VIDEOS</h1>
<p1>Check out the latest videos that are on the internet</p1>
</div>
<div class="container">
<ul>
  <li>FunnyVideos</li>
  <li>+18Videos</li>
  <li>PrankVideos</li>
</ul>
<ul>
  <li>Sign Up</li>
  <li>Log In</li>
  <li>Help</li>
  
</html>

Answer 539732a680ff338dd00003c5

0 votes

Permalink

Hi Altrim,

Your nav div should look like this:

<div class="nav">
  <div class="container">
  ... your nav code goes in here
  </div>
</div>

Then after the final </div> you will put the code for this exercise.

points
Submitted by Judy
almost 10 years

6 comments

Altrim Selimi almost 10 years

I cant get through again to the next step again!!!!!

Altrim Selimi almost 10 years

http://i.imgur.com/vDJODcB.png this is how it looks now

Judy almost 10 years
  1. Check on that space you’ve put in the word “container”. 2. The paragraph tag is

    not

Altrim Selimi almost 10 years

THanks alot for helping me, I found the problem.

Judy almost 10 years

You’re welcome.

thecolester04 over 9 years

you help a lot of people good job