| <HTML> | |
| <HEAD> | |
| <TITLE>Lowercase latin numbering</TITLE> | |
| <style type="text/css"> | |
| ul { list-style-image: url("star.png") } | |
| </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> |