Copied content!

List Style

OPTIONS

Type

SELECT TO FILTER

Position

SELECT TO FILTER

PREVIEW

  • List item
  • List item
  • List item

CODE

list-style: armenian outside;

Utilization

The list-style CSS property is a shorthand for the following properties: list-style-type; list-style-position; list-style-image. If one of the values is missing, the default value for that property will be used.

You can use the list-style-type property to specify the type of marker you want to use for your list. The possible values are:disc, circle, square, decimal, lower-roman, upper-roman, lower-alpha, upper-alpha and none.

You can use the list-style-position property to specify whether the markers should appear inside or outside the content flow.

You can use the list-style-image property to specify an image as the marker instead of a bullet point.

You can test for this property with our tool.