Experiment 3
print
(last updated:
Jun 28, 2009)
print
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.
Using the top-down expansion to create the first
part of the list as follows:
- First create the ordered list (type="I"):
First
Second Point
-
then insert into First the ordered list (type="a"):
Numbers
Months
-
then insert into Numbers the unordered list:
one
two
three
-
then insert into Months the unordered list:
january
february
-
then insert into january the ordered list:
days off
workdays
-
then insert into days off the unordered list:
weekends
holidays
-
then insert into february the ordered list:
ground hog day
president's day
-
and finally insert into Second point the unordered list:
To be expanded.
© Robert M. Kline