Review Questions
- Were you able to create and use a template file? Yes
- If you were able to create and use the template file, were you able to save it as HTML? Yes
- Did you begin your HTML "Virtual Notebook" and perform the exercises at the end of Lesson 1? Yes
- Were you successful in opening an account with your Internet Provider or one of the free hosts? Already had one.
Results of online search for third type of HTML list:
A Definition List:
- Coffee
- Black hot drink
- Milk
- White cold drink
How to create this list:
<h4>A Definition List:</hr>
<dl>
<dt>Coffee</dt>
<dd>Black hot drink</dd>
<dt>Milk</dt>
<dd>White cold drink</dd>
</dl>
ONLINE RESOURCES:
Lisa Explains it All
This was really where I started. Unfortunately she has added some popup ads.
Hypes Color Specifier for Netscape v3
My first experience with hexadecimal color codes.
W3Schools
Where I found the answer to the third list. Some interesting things there.

Index
|