| Unordered List |
Website Links For List |
Information AboutUnordered List |
| CATEGORIES ABOUT ORDERED LIST | |
| html | |
|
An unordered list
A list-style-type implies the prefixes to be equal or changing, and overrides the distinction between ol and ul. Examples: decimal (default list-style-type for ol):
gives
LIST STYLE TYPES Specifying a list-style-type: lower-alpha:
gives
Similarly: upper-alpha:
lower-roman:
upper-roman:
disc (default list-style-type for 1st-level ul):
circle (default list-style-type for 2nd-level ul):
square (default list-style-type for 3rd and higher level ul):
"none":
STARTING VALUE A starting value (in decimal form) can be specified (naturally this has no effect if the prefix does not depend on the item's position in the list):
gives
Similarly for the different style types and an starting value of 2: Syle-type:lower-alpha
Style-type:upper-alpha
Style-type:lower-roman
Style-type:upper-roman
COMPARISON WITH A TABLE Apart from providing automatic numbering, the numbered list also aligns the contents of the items, comparable with using table syntax:
gives
gives This non-automatic numbering has the advantage that if a text refers to the numbers, insertion or deletion of an item does not disturb the correspondence. SEE ALSO List (disambiguation) |
|
|