CS 101 Web Construction,
Winter 2008, Instructor: Jeffrey Horn ASSIGNMENTS
- Assignment 1
"First Web Page"
- Handed out: Wednesday, January 23, 2008
- Due: Wednesday, January 30, 2008 IN CLASS!
- Goals: Simply a "hello world" type of
programming assignment. So major goal is simply to get used to
the "development environment", which includes creating, editing, and
viewing your own valid .html file, using a text editor and a browser,
and using actual valid html tags.
- Details:
- Create a single, simple web page consisting of a single .html
file.
- Make sure it has original content in each of the following
elements:
- Comments (5 pts.)
- (At the very least, a comment near the top of the
filewith your name, the date, and the
assignment number)
- Nesting (5 pts.)
- Title (in a properly-written header) (10
pts.)
- Body (10 pts.)
- At least five elements from the following list of
inline-level elements: (10 pts. each for a
total of 50 pts.)
(I, EM, B, STRONG, SUB, SUP, Q, STRIKE)
- At least two different elements from the following list of
block-level elements: (10 pts. each for a
total of 20 pts.)
(H1,H2,H3,P,HR)
- Indentation/writing style (try to indent for readability, but I
won't grade you on indentation this time! I will, however,
give you feedback on it.)
- Example
(view the source code for this page!)
- Grading: Total 100 pts. The usual
grading scale (i.e., 90 to 100 pts. is an A, 80 to 89 pt.s is a B,
etc.)
- Turn-in Procedure: Show me your web page
on your notebook, in class Wednesday or during my office
hours (12-3pm and 6-7pm)