CSS Basics
Added 26 Jul 2008
Excellent introductory tutorial on the basics of CSS. Begins with the
“old” way of styling pages and why CSS is better. It then covers basic
CSS syntax, four ways to use/define CSS (Inline, Embedded, Imported,
Linked [Editor note: imported and linked are both external style sheets, the preferred method of CSS]),
CSS inheritance, CSS comments, and a short FAQ. Easy to follow. This
tutorial is one of an entire series of well done tutorials on creating
a Web page.