Put the tags into their correct position. Make sure to add the list items tags inside the ordered list tags.

<html>
<body>
  Favorite Bands
  <ol>
   <li>The Beatles</li>
  </ol>
</body>
</html>]]>

Start with <ol>, then add <li> and </li>, and close the list with </ol>.