Experiment 3
— print (last updated: Jun 28, 2009) print

Select font size:
Create the following output as a file (list.html) using HTML-Kit's list-creating facilities. Then check your code using TIDY to make sure it's correct.
complex-list

Using the top-down expansion to create the first part of the list as follows:

  1. First create the ordered list (type="I"):
    First
    Second Point
    
  2. then insert into First the ordered list (type="a"):
    Numbers
    Months
    
  3. then insert into Numbers the unordered list:
    one
    two
    three
    
  4. then insert into Months the unordered list:
    january
    february
    
  5. then insert into january the ordered list:
    days off
    workdays
    
  6. then insert into days off the unordered list:
    weekends
    holidays
    
  7. then insert into february the ordered list:
    ground hog day
    president's day
    
  8. and finally insert into Second point the unordered list:
    To be expanded.
    


© Robert M. Kline