IST-STYLE-TYPE Property In CSS
ist-style-type Property in CSS
ist-style-type property Declares the type of list marker used.
Possible Value:
disc circle square decimal decimal-leading-zero lower-roman upper-roman lower-alpha upper-alpha lower-greek lower-latin upper-latin hebrew armenian georgian cjk-ideographic hiragana katakana hiragana-iroha katakana-iroha
Exampleol { list-style-type:upper-roman; }
ul { list-style-type:square; }