Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Problem with Second challenge

Add the following list items to the ordered list: "Stop", "Drop", and "Roll".

4 Answers

Could you show you attempt at the code so we may see where you are going wrong. As you should have a ordered list with 3 list items like below.

<ol>
     <li></li>
     <li></li>
     <li></li>
</ol>

Then just add your content

Hi Tomy,

I would recommend watching the tutorial over again to see if you can get the hang of it, but if you still need some advice i can suggest here.

help with lists

Thank You.Adam and Wayne

Challenge task 2 of 6 Add the following list items to the ordered list: "Stop", "Drop", and "Roll".

This is the list li>Stop Drop And Roll</li> And that is the error i get Bummer! Your unordered list has too many list items. Try removing some.

HELP PLEASE

Can you post the code you have so far Tomy.

In the mean time here is a link to a post from someone with a similar problem that may help.

forum link