Marker
- list-style-type: ***; marker types
- list-style-position: ***; marker position
- list-style-image: url(***); sets an image as the list marker
- list-style: ***; sets all list-style properties
Margin, Padding
- margin: ***; padding: ***; margin and padding of the list
- margin-bottom: ***; spacing between list items
- margin-left: ***; sets the indent for the list items
- padding-left: ***; spacing between marker and text
Horizontal List
- display: inline; sets horizontal list by using the display property
- float: ***; sets horizontal list by using the float property