Can you build an ordered list from scratch?

<html>
 <body>
  <ol>
   <li>Harry</li>
   <li>Hermione</li>
   <li>Ron</li>
  </ol>
 </body>
</html> 
]]>

Nice work opening and closing those tags!

Make sure to start with <ol> before the list items and </ol>.