HTML/CSS Cheat Sheet ==================== Notes: 1. Options listed below tags may be placed within the < > of the tag to change the tags default behavior. You may include as may of them as you like. Set their values by placing an equals sign after the option then place double quotes around the value like the following example: Stuff it surrounds 2. Virtually all tags should have an ending tag. This consists of a tag similar to the opening tag but with a / in front of the tag word like the following example: Tags should "match" so when placing tags within other tags, be sure to close them before closing the tag above them like this:

Go Somewhere

The tag was closed after it's work was done and before the

tag was ended. This is very important! 3. HTML is entirely case-insensitive. Captialization only matters when linking to another document via the src option within the , , ,