CSS: List Style

By Xah Lee. Date: .

List Style Bullet Type

list-style-type controls the type of the bullet for HTML: List .

possible values:

Example. Custom Bullet, Unicode Star

  • apple
  • orange
  • banana
  • cherry
.xstar717 {
 list-style-type: "⭐";
}

HTML list