List-style-type of CSS. - list-style-type
- Values: none | disc | circle | square | decimal etc...
Example:.classname{list-style-type : circle;}
List-style-position of CSS.- list-style-position
- Values: inside | outside
Example:.classname{list-style-position: inside;}
List-style-image of CSS. - list-style-image
- Values: choose-image | none
Example:.classname{list-style-image : none;}