CSS Lists
CSS includes a number of list properties to help you style your HTML lists.
List Style Type
Determines what the bullet looks like. For info on the possible values see the list-style-type page.
| Code | Result |
|---|---|
|
|
|
List Style Image
For more information on using images for your bullet points, see list-style-image.
| Code | Result |
|---|---|
|
|
|
List Style Position
Determines whether the bullet is located inside the list's containing box or outside. For more info, see list-style-position.
| Code | Result |
|---|---|
|
|
|
List Style
The list-style property is shorthand for setting the list properties.
| Code | Result |
|---|---|
|
|
|
Marker Offset
Used in conjunction with display:marker, marker-offset specifies the nearest border edges of the marker box and its associated principal box.
| Code | Result |
|---|---|
|
|
|
At the time of writing, browser support for marker-offset was limited.

