Add the closing tag for the list item.

<html>
<body>
  Top Soccer Players
  <ol>
   <li>Alex</li>
  </ol>
</body>
</html>]]>

The closing tag for a list item is </li>.