Tom Kelliher, CS 102
Feb. 28, 2003
Assignment 3 due Monday.
Read 4.4--4.5. Questions on pp. 237--239: 3, 14, and 25.
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.