Cascading Style Sheets

From the Simple English Wikipedia, the free encyclopedia that anyone can change

Jump to: navigation, search

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

One advantage to using CSS is a web page can still be displayed and understood, even if the CSS is not working or removed.

[change] 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%; }

[change] Other websites

Personal tools