Unordered List Containing and Ordered List
  - First unordered list item
 
  - A second list item that goes on and on and on to indicate 
      that the lists can wrap right around the page and still
      be nicely formatted by the browsers. 
 
  -  Third unordered list item -- type="square"
    
       - second level ordered list (first item) 
 
       - second level ordered list (second item) 
 
    
   
  - Fourth unordered list item
 
Ordered List Containing and Ordered List 
  - Item one 
 
  -  Item two.  
 
  - Item three -- type="a", value="9"
 
  - Item three
    
       - Nested ordered list item 1 
 
       - Nested ordered list item 2 
 
     
   
  - fourth item
 
Description Lists
  - term 1
 
  - Description of term 1. This is a long description, so that
      the effect of line wrapping will be evident. 
 
  - term 2
 
  - Description of term 2. 
 
  - term 3
 
  - Description of term 3. 
 
Compact Description Lists
  - HTTP
 
  - HyperText Transfer Protocol 
 
  - URL
 
  - Uniform Resource Locator 
 
  - CGI
 
  - Common Gateway Interface