1<ol type="1">
2 <li>The list items will be bulleted with numbers (default)</li>
3</ol>
4<ol type="A">
5 <li>The list items will be bulleted with Capital(UPPERCASE) letters</li>
6</ol>
7<ol type="a">
8 <li>The list items will be bulleted with with small(lowercase) letters</li>
9</ol>
10<ol type="I">
11 <li>The list items will be bulleted with with Capital(UPPERCASE) Roman letters</li>
12</ol>
13<ol type="i">
14 <li>The list items will be bulleted with with small(lowercase) Roman letters</li>
15</ol>
16
1<ol>
2 <lh>ol Header</lh>
3 <li>Item One</li>
4 <li>Item Two</li>
5 <li>Item Thre</li>
6</ol>