<!DOCTYPE html>
<html>
<head>
<title></title>
<style type="text/css">
body { padding: 1em; font-family: sans-serif; }
li:before { content: attr(style); line-height: 1.5em; }
</style>
</head>
<body>
<ol>
<li style="list-style-type: decimal;"></li>
<li style="list-style-type: decimal-leading-zero;"></li>
<li style="list-style-type: lower-roman;"></li>
<li style="list-style-type: upper-roman;"></li>
<li style="list-style-type: lower-alpha;"></li>
<li style="list-style-type: upper-alpha;"></li>
<li style="list-style-type: lower-greek;"></li>
<li style="list-style-type: armenian;"></li>
</ol>
</body>
</html>
|