HTML and CSS Reference
In-Depth Information
The list-style-type property specifies the appearance of list item markers. When you declare none , a list has
no markers.
You can use the following values to mark list items with glyphs:
disc
circle
square
The following values can be used to mark list items with numbers:
decimal —Decimal numbers, beginning with 1
decimal-leading-zero —Decimal numbers padded by initial zeros
lower-roman —Lowercase Roman numerals
upper-roman —Uppercase Roman numerals
georgian —Traditional Georgian numbering
armenian —Traditional uppercase Armenian numbering
The following values can be used to mark list items with alphabetic systems:
lower-latin or lower-alpha —Lowercase ASCII letters
upper-latin or upper-alpha —Uppercase ASCII letters
lower-greek —Lowercase classical Greek alphabet
Figure 11-10 shows each list-style-type .
Search WWH ::




Custom Search