Part i build (by hand code — no automatic page generators allowed) a

Things to DO  Things to NOT DO  DO give short descriptive names to your files, for example:

  • Jframe.htm 
  • Jeff1.htm 
  • Jeff2.htm 
  • JStyle1.css 
  • JStyle2.css 
DO NOT give your files long names full of spaces and special characters, for example: 

  • Jeff’s most exquisite, outstanding (?) and amazing.web-site you’ve ever seen in #your# whole entire life! version 14.html.txt 
DO use correct file extensions on your file names:

  • .htm for the HTML files
  • .css for the stylesheet files 
DO NOT use incorrect file extensions on your file names:

  • .html (this actually works but it will cause confusion)
  • .txt 
When you make the 2nd version of your html page:

  • the “body” must be exactly the same for both pages 
  • the only difference between the two files will be the stylesheet identity/link 
DO NOT change any of the html code between the two copies DO save all files (including .JPGs) where you can remember where to find them (all in the same folder) DO NOT save multiple versions in various places with conflicting names  DO submit all files (html, css, and pictures, etc) pertaining to your page in ONE zipped (compressed) folder  DO NOT leave your work on a lab machine’s C: drive.