| What to do |
You will need to consult DreamWeaver basics to check that Dreamweaver is set up correctly. Then in Dreamweaver Code View you will practice entering the html codes for lists that are covered in this session. To do the practice, print this page and print out the demo page of codes (this is in Acrobat format). You'll also want to print the DreamWeaver basics page. Now create a new DW file, and enter the codes. Save the file in H:\www with the filename lists_links.htm |
| Lists: Basic Types Ch 13, p 204 |
Two basic types:
Ross Shannon's HTMLSource has a good overview of Lists. You should also read Castro chap 13 (this also has good stuff with styles which we haven't looked at yet). |
| Attributes Ch 13, p 206 |
An unordered list can have different bullet shapes:
example of use:
Practice unordered lists using lists demo page as an example. Ordered lists can also have different markers:
|
| Nesting Lists Ch 13, fig 13.22 |
Lists can be nested within each other but you need to be careful to make all the tags line up:
Note: the nested <ol> list is located inside
the <li> tag. Practice ordered and nested lists using Rugby positions on the List Demo page as an example. |