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 Lists HTML Lists

matteo boni
matteo boni
5,087 Points

help

help with this ordered list

index.html
<!DOCTYPE html>
<html>
  <head>
    <title>HTML Lists Challenge</title>
  </head>
  <body>

    <h1>HTML Lists Challenge</h1>

    <ol>
    <li>stop</li>
    <li>drop</li>
    <li>roll</li>
    </ol>


  </body>
</html>

2 Answers

Naftali Klein
Naftali Klein
15,180 Points

The list items need to be Typed exactly as instructed, i.e. Capital "S" for Stop etc...

Henrik Hansen
Henrik Hansen
23,176 Points

Your ordered list is fine. Often you have to use the exact same spelling and capitalize the letters the same way it was done in the instructions for the task.

Post a comment here if you need more help.