HTML Coding

Tom Kelliher, CS 102

Oct. 18, 2006

Administrivia

Announcements

Web search assignment due NOW!

Written quiz Friday.

Assignment

Read 4.4-4.5. Questions on pp. 237-239: 3, 14, and 25. Online quiz.

From Last Time

Evaluating web pages.

Outline

  1. Introduction.

  2. Lab.

Coming Up

Introducing FrontPage.

Introduction

Walk students through the lab, highlighting the tags, etc. they'll need to use:

Step 2:
The image type will be visible below the file name.

Step 4:
Don't forget to quote the filename.

Step 5:
The needed tags are <title></title>, <h1></h1>.

The color attributes go inside the <body> tag.

Step 6:
The tags are <p>, <b></b>, <i></i>, <font color="red"></font>,
<font face="Arial"></font>.

Again, attributes go inside the tag.

Why is Refresh important?

Step 7:
The tags are <a href="http://www.goucher.edu/"></a>, <img src="filename">.

Step 8:
The tags are <hr>.

Note that the script given is a safe script.

Lab

Refer to handout.



Thomas P. Kelliher 2006-10-17
Tom Kelliher