Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 272 Bytes

set-start-ol.md

File metadata and controls

11 lines (8 loc) · 272 Bytes

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.