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

Is 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
Dave Thomson
3,157 Points

Hi Oleg, the only thing that I can see wrong with this is the closing tag on your H2 element. The rest looks good!

Thanks Dave! That actually did the trick. I'm not sure why they let me through questions 1 and 2 then.

James Barnett
James Barnett
39,199 Points

There'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.