list-style-type
list-style-type
The list-style-type
property specifies the appearance of a list item element.
/* Partial list of types */ list-style-type: disc; list-style-type: circle; list-style-type: square; list-style-type: decimal; list-style-type: georgian; list-style-type: cjk-ideographic; list-style-type: kannada; /* A <string> */ list-style-type: '-'; /* Identifier matching an @counter-style rule */ list-style-type: custom-counter-style; list-style-type: none; /* Global values */ list-style-type: inherit; list-style-type: initial; list-style-type: unset;
Because the 登录查看完整内容