Tom Kelliher, CS 102
Oct. 18, 2006
Web search assignment due NOW!
Written quiz Friday.
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.