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 trialTelmo Sampaio
16,878 PointsHow 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
53,547 Pointshey 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 ;)
Telmo Sampaio
16,878 PointsHey 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
53,547 Pointshey telmo, you're welcome. great to hear this helped you out ;)
Julian Gutierrez
19,201 PointsJulian Gutierrez
19,201 PointsCan you post your code?