blob: 76e7016b95334f6dbc0b19e1f4f31ddd4b000b35 [file] [log] [blame]
<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>