JOE is cool!

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

This is really important, so we're going to center it

Joe is the coolest!

Joe's second page



week 2 part 2 homework


1)The answers to the review questions in the beginning of this lesson.
How Do We Write the HTML on the Web Page?
using the &lt; < and > ISO character sets
for example to display a left bracket, I used <
The results of your research through either online or written resources to learn about a third type of list in HTML.
A definition list starts with the
tag. Each definition-list term starts with the
tag. Each definition-list definition starts with the
tag.
Coffee
Black hot drink
Milk
White cold drink
Here is how it looks in a browser: Coffee Black hot drink Milk White cold drink Inside a definition-list definition (the
tag) you can put paragraphs, line breaks, images, links, other lists, etc.

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:

Coffee
Black hot drink
Milk
White cold drink

Inside a definition-list definition (the <dd> tag) you can put paragraphs, line breaks, images, links, other lists, etc.



A beginning list of online resources that you have consulted and feel are especially helpful.
Basically I think Google has pretty much always answered my questions











ANOTHER SPOT ON THIS PAGE!!! I TOLD YOU!!!






















example of external link:

klov used to be good