Spring 2003 CSCI 5011-201
Additional Information for Test 1

I just thought many of you would be interested in getting some additional information on the test. First, a little about the test itself. As I said before, I don't have any old tests for you to study from, but the general format will be alot like my undergraduate web design's first test. The balance will be something like the following:

As I said in class, tables will not be included in this test. Even though I tried to get all of our HTML design out of the way for the first test, I think we may want to wait until test 2 to worry about tables. They play a large part in design theory anyway.

I also mentioned in class that a list of the tags and attributes will be provided with the test to help you with your programming. I've compiled the list and presented it below so you know what to expect.

Tag Attributes
<a> href and name
<b> N/A
<body> bgcolor, background, text, link, alink, and vlink
<br> N/A
<font> color, face, and size
<h1>, <h2>, <h3>, <h4>, <h5>, and <h6> align
<head> N/A
<hr> align, size, and width
<html> N/A
<i> N/A
<img> src, height, width, alt, border, and align
<li> N/A
<ol> start and type
<p> align
<title> N/A
<u> N/A
<ul> type

Good luck!