CSS "Cascading Style Sheets" Lessons |
| |
CSS LIST PROPERTIESList-Style-Type : Sets the type of the list item marker. (none,disc,circle,square,decimal,disk,lower-roman,upper-roman, lower-alpha, upper-alpha ).Disk : Providing the list format as disk.Circle : Providing the list format as circle.Square : Providing the list format as square.Decimal : Providing the list format as number.Lower-Roman : Providing the list format as i,ii,iii Rome number.Upper-Roman : Providing the list format as I,II,II Rome number.Lower-Alpha : Providing the list format as a,b,c lower letter.Upper-Alpha : Providing the list format as A,B,C lower letter.None : no imagined thing.List-Style-Image : Providing the list format as picture (image).List-Style-Position : Sets where the list item marker is placed in the list. (inside,outside).Inside : Providing the list format beginning on left side.Outside : Providing the list format beginning one tab in front of left side.CSS-List-Application |
| |