30. List Properties

30. List Properties

list-style-type: type
Sets the type of bullets to use.
none
  • foo
  • bar
  • baz
disc
  • foo
  • bar
  • baz
circle
  • foo
  • bar
  • baz
square
  • foo
  • bar
  • baz
decimal
  • foo
  • bar
  • baz
upper-alpha
  • foo
  • bar
  • baz
lower-roman
  • foo
  • bar
  • baz
. . .

list-style-position: inside | outside
Sets where the bullets appear.
list-style-image: url | none
Sets an image to use as list bullets.
list-style: type position image
Shorthand to set a list's type, position, and image.
Ken Keys, CAIDA, 2006-12-01