1. You can use part 01 as starting point rather then starting from scratch.
2. All three XHTML pages should use same external style sheet.
3. No inline / internal style should be present in all three pages. All styles should be defined in style sheets.
4. You have to submit all three HTML pages, one image and one stylesheet as part of assignment submission
5. The XHTML document must use doctype strict, you should not use doctype transitional or frameset.
6. Make sure you are not getting any error when you verify your page using validator.w3.org. The screen-shot of output of validation of pages on validator.w3.org is shown in image '05-part_03-xhtml_and_css-verified.png'.
7. Indent your code properly. 5 marks would be deducted for not indenting code properly.

