Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

Steven Romano
10,024 PointsStep 3
Not sure why this is wrong in step 3 of the forms HTML Mastery section
<div>
<h2>Shopping List</h2>
<ul>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ul>
</div>

Stone Preston
42,016 PointsIve edited your post so your code will show up. In order to post code in the forum you must use markdown. See the markdown cheatsheet in the bottom right of the post text box for reference. You can also take a look at the Tips for Asking questions video on the right side of the page if you are still confused or take a look at this post

Steven Romano
10,024 PointsThanks I will remember that for next time

Jeff Busch
19,287 Points2 Answers

Stone Preston
42,016 PointsYour list is supposed to be an ordered list, not unordered

Steven Romano
10,024 PointsYa, I kept looking at the li not the list type.... go figure
Steven Romano
10,024 PointsSteven Romano
10,024 Pointsunfortunately I can't write out the HTML code it converts it in the browser