Ordered List
Code Example



Ordered lists have the following available bullet types:

  1. The Default (unstated) type, which is Arabic numerals. Note that the start value is also changed, and that in the list item below, the list item value was changed.
  2. (this is an example of the Default type, also stated as type="1")

  1. Uppercase Roman numerals
  2. (this is an example of type="I")

  1. Lowercase Roman numerals
  2. (this is an example of type="i")

  1. Uppercase Arabic letters
  2. (this is an example of type="A")

  1. Lowercase Arabic letters
  2. (this is an example of type="a")