efx 4 eggsample

The director of information systems walks into your office and says you have two hours to produce a web page touting your companies newest product, the Super Baby Bottle Carrier.

Your web page must be done using an HTML 4.01 strict document type definition, ISO 8859-1 character set encoding, a separate cascading style sheet, and no deprecated elements.

Style specifications:

page background: white
page header: level one, purple, Verdana or sans-serif, centered
image: centered
image url: http://shark.comfsm.fm/~dleeling/cis/baby.jpg
paragraph text: black, Bookman Old Style or serif
hyperlink: teal
hyperlink url: http://www-personal.engin.umich.edu/~ajdrake/toddler/open.htm
hyperlink display text: My favorite toddler site

Page appearance and content (roughly what your page should look like when you are done):

efx.gif (2348 bytes)

Useful information

HTML 4.01 Strict Document Type Definition

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

Character set meta tag

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

Sample CSS link

<link href="yourstylesheetfilename.css" rel="stylesheet" type="text/css">

Checking For Errors

HTML Validator: http://validator.w3.org/file-upload.html
CSS Validator:http://jigsaw.w3.org/css-validator/validator-text.html