html ol code example
Example 1: ol types
- The list items will be bulleted with numbers (default)
- The list items will be bulleted with Capital(UPPERCASE) letters
- The list items will be bulleted with with small(lowercase) letters
- The list items will be bulleted with with Capital(UPPERCASE) Roman letters
- The list items will be bulleted with with small(lowercase) Roman letters
Example 2: html number list
- Item 1
- Item 2
- Item 3
- Item 1
- Item 2
- Item 3
- Item 1
- Item 2
- Item 3
- Item 1
- Item 2
- Item 3
- Item 1
- Item 2
- Item 3
Example 3: html ordered list
ol Header
- Item One
- Item Two
- Item Thre
Example 4: html unordered list
- Item One
- Item Two
- Item Three
- Item Four
- Item Five
Example 5:
The ol element is used to define an ordered list.
This is a list where each list item is preceded by a numerical or alphabetical
identifier (as opposed to an unordered list, ul , which has list items preceded
by bullet points).