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 trialPriscilla Othily
2,106 Pointswhat am doing wrong? ordered list.
Sooo I am asked to create an ordered list that should look like this: 1."Stop" 2."Drop"
- "Roll"
and I typed this html code:
<ol> <li>"Stop"</li> <li>"Drop"</li> <li>"Roll"</li> </ol>
why isn't it accepted? very strange. Thank you for helping out here.
3 Answers
Stone Preston
42,016 Pointsdont include the quotes around your list items.
Priscilla Othily
2,106 Pointsugh... my htlm coding does not appear well on this question. I'll try a capture instead.
Priscilla Othily
2,106 PointsAha! Thank you Stone!
Stone Preston
42,016 PointsStone Preston
42,016 Pointssee the markdown cheatsheet (there is a link located at the bottom right of the comment textbox) for instructions on how to markdown your code so it shows up in the forum.