CSS list-style property
Usage
A shorthand way to set all list properties in one go.
Values
list-style-type,list-style-position, andlist-style-imageproperties
Example
Code:
ul {
list-style: disc outside;
}
A shorthand way to set all list properties in one go.
list-style-type, list-style-position, and list-style-image propertiesul {
list-style: disc outside;
}