<HTML> | |
<HEAD> | |
<TITLE>Lowercase latin numbering</TITLE> | |
<style type="text/css"> | |
ol { list-style-type: lower-roman } | |
</style> | |
</HEAD> | |
<BODY> | |
<ol> | |
<li> This is the first item.</li> | |
<li> This is the second item.</li> | |
<li> This is the third item.</li> | |
</ol> | |
</BODY> | |
</HTML> |