CSS: List Style
List Style Bullet Type
list-style-type
controls the type of the bullet for
HTML: List
.
possible values:
disc- cat
- dog
square- cat
- dog
circle- cat
- dog
decimal- cat
- dog
lower-roman- cat
- dog
upper-roman- cat
- dog
lower-alpha- cat
- dog
upper-alpha- cat
- dog
"⭐"- cat
- dog
none- cat
- dog
Example. Custom Bullet, Unicode Star
- apple
- orange
- banana
- cherry
.xstar717 { list-style-type: "⭐"; }