All About CSS

CSS FAQ:

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.


Seven CSS REFERENCE LINKS:

CSS2 Reference at W3Schools.com
CSS2 Specification at the W3C
The Complete CSS Guide at WestCiv.com
A Tutorial at the W3C
CSS Reference at HTMLhelp.com
CSS Property Index at Index Dot CSS
Microsoft CSS Attributes for Internet Explorer


See this page without CSS.