CSS List Styles:
| Property | Description | Example |
| list-style-type | sets the type of bullet used for list items:
|
<STYLE> LI.square{ list-style-type: square;} </STYLE> ------ |
| line-style-position | specifies the position of wrapping text with respect to the bullet:
|
LI{ list-style-image : url(../images/blue-bullet.gif);} |
| list-style-image | allows you to create your own bullet image |


