CSS/HTML bullet point list styles

Reference of all the available by default styles for the list-style-type:

CSS

ul { list-style-type: square; }
  • square
  • disc
  • circle
  • decimal
  • decimal-leading-zero
  • disclosure-closed
  • trad-chinese-informal
  • kannada
  • lower-roman
  • upper-roman
  • lower-greek
  • lower-latin
  • upper-latin
  • armenian
  • georgian
  • lower-alpha
  • upper-alpha
  • none

Enjoyed what you saw? Stay updated by following me.


Share this page