Lean and clean! Building a site with web standards
11. How do you separate style from content?
- Decide on a browser support level and code methodology
- If full CSS is the chosen methodology, decide on a CSS positioning method
- Place content into containing boxes
- Use CSS positioning to control layout of containing boxes
- Use CSS to control the visual appearance of all html elements
- Test on a wide variety of browsers at each stage