| Before we actually start to create your web page I must show you just how criticle it is to put every symbol where it belongs and not to forget one. Below is 3 quick samples. Besure to read the New Instruction for the tester. This code is correct. 1. <html><body bgcolor="green"></body></html> This code is missing the quotation mark after the word green. See what happens. 2. <html><body bgcolor="green></body></html> This code has the wrong symbol at the end of the body tag. 3. <html><body bgcolor="green"<</body><html/> Now you see how important it is to take your time and put each symbol where it is needed. Now lets do some real writing. |