IIC 1: Key Points

Note that in most of the example code that specified files, the names were contained in quotation marks. This is so files containing spaces are read by the browser as one name. It's a good habit to do it anyway.

Remember the casing of your files. Most web servers run UNIX, which unlike Windows 95 and DOS, is case sensitive.

Remember to close your tags. Tags that have a beginning and ending portion should be double checked that they are closed properly. Otherwise, the tag will continue to affect the content of the document, until either a closing tag or the end of the file is reached.

The three parts to any HTML tag are the tag name, attributes, and values.