treehouse : what would you like to learn today?
Web Design Web Development iOS Development

Difference between list-style and list-style-type ?

  • What is the difference between list-style and list-style-type ?
  • List-style is simply the shorthand version for styling your list. List style type specifically refers to the indicator to the left such as the ever popular none, or disc, decimal, etc.

    So, you could say list-style: is to margin: as list-style-type: is to margin-right:

    The options for list-style: are position, image and type.