Which number will appear before the Croissant list item on this website?

32<html>
<body>
Grocery List
<ol>
  <li>Apples</li>
  <li>Soda</li>
  <li>Croissant</li>
</ol>
</body>
</html>]]>

The number 3 will appear before the Croissant list item.