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

Css List Examples

TYPE
 
  • Example
  • Example

UL {list-style-type : none;}
   
 
  • Example
  • Example

UL {list-style-type : disc;}
   
 
  • Example
  • Example

UL {list-style-type : circle;}
   
 
  • Example
  • Example

UL {list-style-type : square;}
   
 
  • Example
  • Example

UL {list-style-image : url(images/ball2.gif);}
   
 
  1. Example
  2. Example

OL {list-style-type : decimal;}
 
  1. Example
  2. Example

OL {list-style-type : lower-roman;}
 
  1. Example
  2. Example

OL {list-style-type : upper-roman;}
 
  1. Example
  2. Example

OL {list-style-type : lower-alpha;}
 
  1. Example
  2. Example

OL {list-style-type :upper-alpha;}


POSITION
  • Example
  • Example

UL {list-style-position : outside;}
 
  • Example
  • Example

UL {list-style-position :inside;}


DISPLAY
 
  • Example Example Example Example Example Example Example Example

UL { display : inline;}
 
 
  • Example Example Example Example Example Example Example

UL {display : block;}
 
  • Example Example Example Example Example Example Example

UL {display : list-item;}
 
  • Example

UL { display : none;}