<ol start="">
Disclosure: Your support helps keep the site running! We earn a referral fee for some of the services we recommend on this page. Learn more
- Attribute of
- <ol> HTML Tag
- What does
<ol start="">do? - Defines the starting number in an ordered list.
The start attribute of the ol element was used to define the first integer when rendering an unordered list. This is now deprecated, and should not be used.
Instead, use CSS to specify a counter-reset property.