Set start number for ordered list To set the start number for an orderded list, use the start attribute. <ol start="2"> <li>Second</li> </ol> List numbers can also be reversed. See MDN.