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 trialSteven 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