<html>
<body>
<h2>Ordered List with Numbers</h2>
<ol type="1">
<li>Coffee</li>
<li>Tea</li>
<li>Milk</li>
</ol>
</body>
<!-- Mirrored from www.w3schools.com/html/tryit.asp?filename=tryhtml_lists_ordered_numbers by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 02:24:40 GMT -->
</html>