New! My 44-page ebook "CSS in 44 minutes" is out! 😃

Get it now →

#list-style-type

Defines the type of a list item's bullet point.

default list-style-type: disc;

The list items will use a disc as their bullet point.

list-style-type: circle;

The list items will use a circle as their bullet point.

list-style-type: square;

The list items will use a square as their bullet point.

list-style-type: decimal;

The list items will use a decimal as their bullet point.

list-style-type: none;

The list items will have no bullet point.