CSS "Cascading Style Sheets" Lessons


CSS ( Cascading Style Sheets ) - Why CSS ? - Introduction - Css Link Properties / Examples - Css List Properties / Examples - Css Layer Properties / Examples - Css TextBox Properties / Examples - Css Font Properties / Examples - Css Text Properties / Examples - Css Cursor Properties / Examples - Css Background Properties / Examples - Css Table Properties / Examples - Css Scroll Bar Properties / Examples - Tools - Units - Parameters - Template Page - Web Design
Return MainPage / Don't Forget Me

CSS LIST PROPERTIES

List-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