Home > Article > Web Front-end > CSS Notes<3>_html/css_WEB-ITnose
CSS list attribute
list-style-type: type of list, values: none (none), disc (solid dot), circle (small circle), square (small square)
list-style-image: list image, list-type-image:url(images/123.gif); the background image is also written in this way
list-style-position: the position of the symbol, Values: outside (outside), inside (inside)
list-style: abbreviated form
To be continued. ..........