CSS Assignment Evaluation
I will ask myself the following questions as I evaluate your
CSS assignment.
- Do the styles you specify have commonsense, intuitive names
for the document parts—names that convey the function
of the parts within the document rather than their appearances?
- Do your documents follow the general guidelines we discussed
for document design and text
readability?
- As with the previous assignment,
- have you used good HTML and syntax all around (for
instance, no improperly nested, invalid, or unclosed
tags)?
- Does your CSS work? Does it use sound CSS syntax?
- have you effectively used whitespace in your source
code (both CSS and HTML) to convey the document structure,
and to enhance code readability?