The HTML code
<ol>
<li>toothbrush</li> <li>toothpaste</li> <li>dental floss</li> <li>mouthrinse (optional) and a tongue scraper</li> </ol> |
This is how it looks like
|
|
<ol style="list-style-type: disc">
|
<ol style="list-style: circle">
|
<ol style="list-style: square inside">
|
|
<ol style="list-style: upper-roman">
|
<ol style="list-style-image: url(../images/checkbox.gif)">
|
<ol style="list-style: circle url(../images/checkbox.gif) inside">
|