<li>: The List Item element - MDN Web Docs
1: numbers This type overrides the one used by its parent <ol> element, if any. Note: This attribute has been deprecated; use the CSS list-style-type property instead. Examples For more detailed examples, see the <ol> and <ul> pages. Ordered list <ol> <li>first item</li> <li>second item</li> <li>third item</li> </ol> Result