AdBlock Detected!
Our website is made possible by displaying ads to our visitors. Please supporting us by whitelisting our website.
CSS List-Style Property |
The list-style property is the shorthand for list-style-type, list-style-position, and list-style-image. The order of the values does not matter. Let's take a look at the following examples: Example 1 CSS Declaration
The following HTML code,
renders
In Example 1, three values are defined for list-style. This is equivalent to the following three CSS properties:
Example 2 CSS Declaration
The following HTML code,
renders
In Example 2, the only value entered is 'lower-latin,' which defines the style. This CSS declaration is equivalent to the following:
| > List-style
Our website is made possible by displaying ads to our visitors. Please supporting us by whitelisting our website.