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

Your unordered list has too many list items. Try removing some.

hi guys ... i am stuck in this Add the items "About", "Cupcakes", and "Locations" to the unordered list.

I follow the steps ... but it is still asking me to remove some ... need help

thanks :(

5 Answers

Thanks guys.. i manage to solve it :D ... thanks alot

Post the code you put in. : ] (So we can see how to fix it)

Did you end the list? Post the code to.

Did you make sure you have both a <ul> and </ul> tag in your document?

Did you make sure each <li> has the corresponding </li> after the contents?

I am receiving the same message but I'm not even using an unordered list!

<ol> <li>Do this</li> <li>Then do that</li> <li>Stop</li> <li>Drop</li> <li>Roll</li> </ol>