Preparation before you start building is critical! Consider the following as you begin this project:
Template for Replication:
- Passes W3C Validation
- CBC (Cross Browser Compliant)
- SEO (Search Engine Optimization)
- h1 = title = file name
Folder Structure
- Logical for others to follow
- Considers Future Growth
CSS
- "Zero Out" for CBC
- Site Wide Control
- No formatting in the HTML!
- <center>BAD!</center>
- Logical Layering
- index.css for all global attributes
- Attach additional CSS files to solve specific issues
- Embed as a last resort and only for 1 page problems
- If you find yourself embedding over and over... move it to a separate file!
