Order & Unorder list
Các thuộc tính: |
list-style định dạng style cho list(<li>..</li> bao gồm cách thuộc tính:
list-style-position: inside hoặc outside
list-style-image: none hoặc url(path_to_image); thay các nút của list thành image
list-style-type : các dạng của nút list bao gồm các giá trị:
+ none
+ disc
+ circle
+ square
+ decimal
+ decimal-leading-zero
+ lower-roman
+ upper-roman
+ lower-alpha
+ upper-alpha
+ lower-greek
+ lower-latin
+ upper-latin
+ hebrew
+ armenian
+ georgian
+ cjk-ideographic
+ hiragana
+ katakana
+ hiragana-iroha
+ katakana-iroha
marker-offset: gồm auto hoặc length(1px,1pt…)
Theo phpbasic