css.properties

list-style

The list-style property shorthand for list style properties.

Formal Syntax

list-style = <'list-style-position'> || <'list-style-image'> || <'list-style-type'>

See specification

JavaScript Access

// Access via element.style element.style.listStyle = "value";

Browser Support

standard | MDN · Spec

FeatureChromeFirefoxSafariEdge
list-style11112
inside11112
none11112
outside11112
symbols35

Related Properties