What number will appear before the list item Ernest Hemingway?

123<html>
<body>
  Top British writers
  <ol>
   <li>George Orwell</li>
   <li>Arthur Conan Doyle</li>
  </ol>
  Top American writers
  <ol>
   <li>Ernest Hemingway</li>
  </ol>
</body>
</html>]]>

Since Ernest Hemingway is the only entry in the second list, it will have the number 1 before it.