click here for Joe's version of week 3 of class
click here for Joe's version of week 4 of class
click here to branch down to another spot on this page
This will be my Virtual Notebook for "Web Page Design For Beginners"
Joe is cool
No, wait, Joe is very cool
week 2 part 2 homework
A definition list starts with the <dl> tag. Each definition-list term starts with the <dt> tag. Each definition-list definition starts with the <dd> tag.
<dl> <dt>Coffee</dt> <dd>Black hot drink</dd> <dt>Milk</dt> <dd>White cold drink</dd> </dl> |
Here is how it looks in a browser:
Inside a definition-list definition (the <dd> tag) you can put paragraphs, line breaks, images, links, other lists, etc.
example of external link: