[OL && UL &dl] list label style

    list-style:none; Clear the list default stylelist-style-type: Set the list style (can be a picture)Copy the code

List-style short for attribute. Set all properties of the list in a single declaration.

List-style -image Specifies an image as a list item tag.

List-style -position Specifies the position of the list item marker (bullet point).

List-style -type Specifies the type of the list item tag.

[List sorting parameter value]

List sort style sheet describe
disc The default. The label is a solid circle.
circle The markings are hollow circles.
square The markers are solid squares.
decimal The tags are numbers.
decimal-leading-zero A digit starting with 0. (01, 02, 03, etc.)
lower-roman Lowercase Roman numerals (I, II, III, iv, V, etc.)
upper-roman Capital Roman numerals (I, II, III, IV, V, etc.).
lower-alpha The marker is lower-alpha (a, B, C, D, e, etc.).
upper-alpha The marker is upper-alpha (A, B, C, D, E, etc.).
lower-greek Lowercase Greek letters (alpha, beta, gamma, etc.).
lower-latin Lowercase Latin letters (a, B, C, D, e, etc.)
upper-latin Capital Latin letters (A, B, C, D, E, etc.)
hebrew Traditional Hebrew numbering
armenian Traditional Armenian numbering
georgian Traditional Georgian numbering (an, Ban, GAN, etc.).
cjk-ideographic Simple ideographic numbers
hiragana The markings are: A, I, U, E, O, KA, ki, etc. (Katakana in Japanese)
katakana The markings are: A, I, U, E, O, KA, KI, etc. (Katakana in Japanese)
hiragana-iroha The markings are: I, ro, ha, ni, Ho, HE, to, etc. (Katakana in Japanese)
katakana-iroha The markings are: I, RO, HA, NI, HO, HE, TO, etc. (Katakana in Japanese)
    list-style-position: Defines the flag position of the list itemCopy the code

Parameter values:

List item tags are placed within the text, and the surrounding text is aligned according to the tags. [outside] Default value. Keep the tag to the left of the text. List item tags are placed outside of the text, and the surrounding text is not aligned to the tag. Delete default Settings:Copy the code

The list-style type: None attribute can also be used to remove tags/bullets.

Notice that the list also has a default margin and an inner margin. To delete this content, please click<ul><ol>addmargin:0padding:0