Add United States to the list item and create an unordered list with a Neil Armstrong list item.

<html>
<body>
  Famous Astronauts
   <ul>
    <li>United States
     <ol>
      <li>Neil Armstrong</li>
     </ol>
    </li> 
   </ul>
</body>
</html>]]>

Add United States to the list item. Then add the <ol> tag, the list item, and the </ol> tag.