Tom Kelliher, CS 102
Oct. 10, 2005
Computing rights and responsibilities assignment due Wednesday.
Read 4.4-4.5. Questions on pp. 237-239: 3, 14, and 25. Online quiz.
Evaluating web pages.
Introducing FrontPage.
Walk students through the lab, highlighting the tags, etc. they'll need to use:
<title></title>,
<h1></h1>.
The color attributes go inside the <body> tag.
<p>, <b></b>, <i></i>,
<font color="red"></font>,
<font face="Arial"></font>.
Again, attributes go inside the tag.
Why is Refresh important?
<a href="http://www.goucher.edu/"></a>,
<img src="filename">.
<hr>.
Note that the script given is a safe script.
Refer to handout.