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 HTML Forms HTML Mastery

Steven Romano
Steven Romano
10,024 Points

Step 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>
Steven Romano
Steven Romano
10,024 Points

unfortunately I can't write out the HTML code it converts it in the browser

Stone Preston
Stone Preston
42,016 Points

Ive 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
Steven Romano
10,024 Points

Thanks I will remember that for next time

2 Answers

Stone Preston
Stone Preston
42,016 Points

Your list is supposed to be an ordered list, not unordered

Steven Romano
Steven Romano
10,024 Points

Ya, I kept looking at the li not the list type.... go figure