CS 101 Web Construction, Winter 2008, Instructor: Jeffrey Horn ASSIGNMENTS
TASK NUMBER |
TASK DESCRIPTION |
POINT VALUE |
| 1 | Web page contains a valid HTML form
that .
|
10 |
| 2 | Allow posting to the Graffiti Wall
Server by first collecting data from user:
|
10
|
| 3 | Post to the Graffiti Wall Server by
sending the collected data to the server:
|
15 |
| 4 |
Use the CSS at http://myweb.nmu.edu/~sraiford/CS101/forms.css (use the <link> element from A3part2.) |
10 |
| 5 | Validate your web page at
http://validator.w3.org (suggest you upload your file from your hard drive, not from the server, since you are likely to get errors and therefore need to edit your file) |
20 |
| 6 | Document types: insert the following
doctype definition (HTML 4.01 strict) at the top of your
.html file:
|
5 |
| 7 | Creativity: Creative use of form elements such as <fieldset>, <label>, <select>, <input> | 10 |
| 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 |
TOTAL |
100 pt.s |