- list-style-type - used to control in detail the appearance of the dot/bullet in front of each line item.
(disc, circle, square, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha and none)
- list-style-image: url("image.png")
- list-style-position : inside, outside
- list-style (shorthand for all of the above)
to get lists to appear horizontally we use:
display: inline;