Add the <li> tag to complete the second list item.

<html>
<body>
  Life Goals
  <ol>
   <li>Start a company</li>
   <li>?</li>
   <li>Profit</li>
  </ol>
</body>
</html>]]>

Make sure to type <li>.