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 trialMildred Garcia
3,362 PointsCode Challenge assistant
I'm doing the learning adventure code challenge for the list and on question #5 its giving me an error when it asked to nested the list, but on the window next to it the list is showing nested. Can you help? Here is the code I'm placing <ul>Shapes</ul> <ol>one</ol> <ol>two</ol> <ul>Colors</ul>
1 Answer
Jon Morhous
Courses Plus Student 4,740 PointsCheck and make sure that your closing list for the original unordered list is in the right position. Also, I noticed that if the words aren't typed as-is in the question (i.e capitalized) it will mark it wrong too.