The list-style property is a shorthand for the list-style-type, list-style-position, and list-style-image properties.
<list-style-type> || <list-style-position> || <list-style-value>
ul { list-style: upper-roman inside } /* any ul */
ul { list-style: url("http://png.com/ellipse.png") disc }