Posts /

CSS:list-style-type

Twitter Facebook Google+
08 Nov 2018
ul.a {list-style-type: circle;}
ul.b {list-style-type: square;}
ol.c {list-style-type: upper-roman;}
ol.d {list-style-type: lower-alpha;}

CSS : list-style-type

이 list-style-type 속성은 몰록에서 몱록 항목 마커의 유형을 지정합니다.

속성

list-style-type:value


Twitter Facebook Google+