Using the <ol> tag
The <ol>
tag is used to introduce an ordered list of items — typically a numbered list. However, you can set the numbering type to letters on Roman numerals with the type
attribute. Other attributes that this element can take includes start
(that defines the first item of the order) and reversed
(an attribute without value that reverses the order of items).