1. What does CSS stand for?
CSS stands for Cascading Style Sheets.
2. What IS the philosophy behind using CSS instead of FONT tags or other HTML formatting?
CSS is specific to design where as HTML is more structured.
3. How does CSS make things easier?
You can edit multiple elements on a page or entire pages by changing only one file or line of code.
4. Where are the 2 most common places to put CSS code?
In an external file and embedded.