Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<body>
<h1>The ol start attribute</h1>
<ol start="50">
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ol>
<ol type="I" start="50">
  <li>Coffee</li>
  <li>Tea</li>
  <li>Milk</li>
</ol>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml_ol_start by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 17:34:11 GMT -->
</html>