Add the correct tags to create an ordered list.

<html>
<body>
Dragons
<ol>
  <li>Drogon</li>
  <li>Rhaegal</li>
  <li>Viserion</li>
</ol>
</body>
</html>]]>

Make sure to add <ol> at the start and </ol> at the end.