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 HTML Lists HTML Lists

How to pass HTML Lists objectives, challenge 5 of 6??

I'm getting an error everytime i try to pass this challenge, maybe it's a bug??

3 Answers

Alex Heil
Alex Heil
53,547 Points

hey telmo, unfortunately your code was stripped so I can't see what your code looks like. however, I just re-did the challenge and my code works on challenge 5 by doing so:

<li>Shapes
<ol></ol>
</li>
<li>Colors</li>

depending on the task you first have your list item with shapes, therefore you have the opening li tag and the word Shapes. then it wants you to put the ordered list inside this list item, so you add the new ol tags before the closing li tag.

hope that helps and have a nice day ;)

Hey Alex thanks for the reply, now I know what was doing wrong!

http://tinypic.com/r/4kwgsn/8 <a href="http://tinypic.com?ref=4kwgsn" target="_blank"><img src="http://i61.tinypic.com/4kwgsn.jpg" border="0" alt="Image and video hosting by TinyPic"></a>

Thanks for the help

Alex Heil
Alex Heil
53,547 Points

hey telmo, you're welcome. great to hear this helped you out ;)