SitePoint
Reference
CSS
List Properties
list-style-type
CSS Live Demo: list-style-type
(this page)
See also:
All Live Demos
CSS Live Demo: list-style-type
Type your
CSS
here:
(any properties allowed except expression, behavior and @import)
ol li { list-style-type:upper-roman; }
Type your
HTML
here:
(any tags allowed except script, iframe, frame, object, img and embed)
<ol> <li>Do not touch the glass</li> <li>Do not approach the glass</li> <li>You pass him nothing but soft paper — no pencils or pens</li> <li>No staples or paperclips in his paper</li> <li>Use the sliding food carrier, no exceptions</li> <li>If he attempts to pass you anything, do not accept it</li> </ol>
Show me!
Your results appear here: