Visitor

Reads - CSS Tutorials

What the heck is CSS, anyway? I don't understand a CSS document! How do I apply CSS style sheets? How do I customize lists? How can I customize the scrollbar? How do I insert comments in my CSS document?

What the heck is CSS, anyway?

CSS stands for Cascading Style Sheets. A stylesheet is used to format an HTML Web page by selecting commands in order to customize a given attribute. It is mainly used to separate presentation coding from the actual content of the Web page. You can apply a style sheet to an entire Web site or to each individual page.