Exercise #13
The primary purpose for exercise 13 is:
- Develop familiarity with CSS positioning
-
Learn more about external styles.
Guidelines for grading:
- They should submit the files properly. (-2 max)
- Formatting as specified in exercise description. (-5 max)
- include the following XHTML wellformedness constraints (-1 per occurance up to -5 max)
- All tags in lowercase
- All tags are closed
- All tags are case-sensitive ( <p> </p> .......... NOT <p> </P> )
- All standalone tags are closed (<img />, <hr />, <br />, etc.)
- All tags must be properly nested ( <h1><p></p></h1> ............ NOT <h1><p></h1></p> )
- All attribute values are in double quotes (<p align="left">)
- Only one root element (<html>)
- No attribute minimization ( <option selected="selected"> ......... NOT <option selected> )
- Missing XHTML or CSS elements that were specified in the exercise description (-1 per missing element)
- Properly coded with all structural elements (missing <!doctype>, <html>, <head>, <body>) (-3 max)
Total Points Possible: 10 pts