All different list item markers in the list
Example analysis:
list-style-type attribute is used to set the type of list item tag.
The list item mark types that can be set are:
● None: No mark.
● Disc: Default value, the mark is a solid circle.
●circle: The mark is a hollow circle.
● Square: The mark is a solid square.
● Decimal: The mark is a number.
● decimal-leading-zero: Number tag starting with 0, for example: 01, 02, 03, etc.
●lower-roman: lowercase Roman numerals (for example: i, ii, iii, iv, v, etc.).
● Upper-roman: Uppercase Roman numerals (for example: I, II, III, IV, V, etc.).
●lower-alpha: lowercase English letters (for example: a, b, c, d, e, etc.).
● Upper-alpha: uppercase English letters, sorted by uppercase letters (for example: A, B, C, D, E, etc.).
●lower-greek: lowercase Greek letters.
●lower-latin: lowercase Latin letters.
● Upper-latin: Uppercase Latin letters.
● hebrew: the traditional Hebrew numbering system
●armenian: the traditional Armenian numbering system
●georgian: Traditional Georgian numbering (an, ban, gan, etc.)
●cjk-ideographic: Simple ideographic numbers
● Hiragana: Marks are: a, i, u, e, o, ka, ki, etc. (Japanese katakana)
●Katakana: Marks are: A, I, U, E, O, KA, KI, etc. (Japanese Katakana)
Hiragana-iroha: Marks are: i, ro, ha, ni, ho, he, to, etc. (Japanese katakana)
●Katakana-iroha: Marks are: I, RO, HA, NI, HO, HE, TO, etc. (Japanese Katakana)