CS 101 Web Construction, Fall 2008, Instructor: Jeffrey Horn ASSIGNMENTS
TASK NUMBER |
TASK DESCRIPTION |
|
| 1 | Use of the "Title" attribute. | |
| 2 | Lists:
|
|
| 3 | A header CSS that formats elements in the
body of your page. Use at least THREE (3) CSS properties to VISUALLY format parts of your
page:
(VIDEOS: Intro to CSS using background colors, Syntax_for_Comments_in_CSS) |
|
| 4 | Local image (this means the src is the current
folder; in other words, the same folder that your html file
is in).
|
|
| 5 | Remote image (src is a URL for a web site,
e.g., "http://cs.nmu.edu/~jeffhorn/nmu.gif").
|
|
| 6 | An animated gif. (local or
remote)
|
|
| 7 | Document types: insert the following
doctype definition (HTML 4.01 strict) at the top of your
.html file:
|
|
| 8 | Good style (indentation and some "main" comments at the top, including name, etc.) in your source file. | |
| 9 | Send me your assignment in a compressed folder, with all files in the folder. Send it to "jhorn@nmu.edu" USE THE FOLLOWING SUBJECT LINE: "CS 101 MW A2" , where "MW" can be "TR" depending on which section of 101 you are in. | |