Cascading Style Sheets

From Wikipedia, a free encyclopedia written in simple English for easy reading.

Cascading Style Sheets, or CSS, are a means to style HTML and XHTML pages. CSS was designed by the W3C, and is supported well by most modern web browsers.

[edit] Example CSS

To make all paragraphs on a page blue and sized 20% bigger than normal text, we would apply this CSS rule to a page:

p {color: blue; font-size: 120%; }

[edit] Other websites

This short article can be made longer. You can help Wikipedia by adding to it.