Due Date: Monday, 9/17/12:
Meet the coding standards set by the Worldwide Web Consortium, w3C
- Be sure you have the xhtml doctype definition in your code
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- Open the W3C code validator
- Open your code in notepad
- Copy, paste your code into the validator
- Select the check button
- Revise code as necessary
- Repeat check and revise process until code is validated
- Paste the W3C, xhtml 1.0 seal of approval into your code
- Check all of your code from all of your pages in the validator and paste the seal into all pages that check out
- Your page code should prove valid when I paste it into the xhtml validator