HTML can only read one space. Code to force more than one contiguous space:   In Dreamweaver: Line Break = Shift+Enter Paragraph = Enter To make a CSS style that affects every instance of a single HTML tag, name the style after the tag. blah blah TYPES OF CSS Style Classes: 1. Regular Class Name must start with a '.' Can be applied to any container tag using the class="Name" attribute 2. Tag definition class Cannot start with a '.' Must be named exactly the same as the tag that it affects Will AUTOMATICALLY affect all instances of the tag it is named after