Lowercase Roman Numerals <ol type="i"> <li>I was there</li> <li>I am here</li> <li>I will be there</li> </ol>
Capital Roman Numerals <ol type="I"> <li>I was there</li> <li>I am here</li> <li>I will be there</li> </ol>
Specified start <ol type="i" start="3"> <li>I was there</li> <li>I am here</li> <li>I will be there</li> </ol>
|