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 trialOleg Yanchinskiy
4,567 PointsIs there something wrong with my code? (HTML Mastery quiz)
I can't seem to get this right and it's only question #3. It's a basic questions and everything seems right to me...is it a glitch?
<div>
<h2>Shopping List<h2>
<ol>
<li>Turkey</li>
<li>Bacon</li>
<li>Chicken</li>
</ol>
</div>
Gives me this info: Add three items to an ordered list inside of your div. Bummer! Add 3 list items to an ordered list inside your shopping list div.
Thanks in advance for the help!
2 Answers
Dave Thomson
3,157 PointsHi Oleg, the only thing that I can see wrong with this is the closing tag on your H2 element. The rest looks good!
Oleg Yanchinskiy
4,567 PointsThanks Dave! That actually did the trick. I'm not sure why they let me through questions 1 and 2 then.
James Barnett
39,199 PointsThere's a feedback button on every code challenge, you should mention this issue there so the Treehouse dev team can fix the overly permissive check on the first 2 steps.