A. list-style-type

1. none

To Remove all Marks.

2. circle

list style using cicle mark.

3. disc

List style using globe (default value).

4. decimal

List style using decimal number.

5. decimal-leading-zero

List style using number with zero , from 1- 9

NB: Not working on Internet Explorer

6. lower-roman

List Style using lower-roman.

7. upper-roman

List style using UPPERCASE-roman.

8. lower-alpha

List style using lower alphabet

NB: Not Working on Internet Explorer

9. upper-alpha

List style using UPERCASE alphabet.

NB: Not supported by Internet Explorer

B. list-style-position

1. inside

To mark the beginning of the text as well as limit the text that is placed on the right.

2. outside

To give mark that are beyond the default text

3. list-style-image

1. url

To create a list with a specific image.

2. none

To remove images that applied in the above code ..

once removed, then the value will be the default.

Pleaseon trial and error

SGood Luck

Hopefully useful