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!
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

nickerson neo
Courses Plus Student 320 PointsYour 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

nickerson neo
Courses Plus Student 320 PointsThanks guys.. i manage to solve it :D ... thanks alot

Carlos Matos
1,340 PointsPost the code you put in. : ] (So we can see how to fix it)

Max Johnson
397 PointsDid you end the list? Post the code to.

Ram Ada
360 PointsDid 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?

Chasity Dix
2,747 PointsI 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>