The HTML <ol> ordered list element is used to render numbered lists using the <li> element.
type - specify the marker type to be number or letter
Possible Values: "1", "a", "A" , "i", "I"
start - the start value of the first list item("1" is default)
Possible Values: "integer"
global attributes - global core attributes
See: list of global attributes
reversed - specify that the list go in reverse or descending order
Possible Values: "reversed"
global event handlers - global event handler attributes
See: list of global event handlers