CS 101 Web Construction, Winter 2008, Instructor: Jeffrey Horn ASSIGNMENTS
TASK NUMBER |
TASK DESCRIPTION |
POINT VALUE |
| 1 | Use of the "Title"
attribute.
|
10 |
| 2 | Lists:
|
15
|
| 3 | A header CSS that formats elements in
the body of your page. You earn points 5 pts. for each
CSS property you use to VISUALLY format parts of your
page: (3 * 5 = 15
pt.s)
|
15 |
| 4 | Local image (this means the src is the current
folder; in other words, the same folder that your html file
is in).
|
10 |
| 5 | Remote image (src is a URL for a web site,
e.g., "http://cs.nmu.edu/~jeffhorn/nmu.gif").
|
10 |
| 6 | An animated gif. (local or
remote)
|
5 |
| 7 | Document types: insert the following
doctype definition (HTML 4.01 strict) at the top of your
.html file:
|
5 |
| 8 | Good style (indentation and some "main" comments at the top, including name, etc.) in your source file. | 10 |
| 9 | Put your assignment on the web (find a server) and send me the URL! | 10 |
| 10 | Send me your assignment in a compressed folder, with all files in the folder. Send it to "jhorn@nmu.edu" | 10 |
TOTAL |
100 pt.s |