CSS: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(rewrite)
(→‎See also: W3Schools tutorial link)
Line 5: Line 5:
==See also==
==See also==
* [http://w3.org/Style/CSS/ W3C CSS page]
* [http://w3.org/Style/CSS/ W3C CSS page]
* [http://www.w3schools.com/css/default.asp W3Schools CSS tuturial]
* [[Wikipedia:Cascading Style Sheets]]
* [[Wikipedia:Cascading Style Sheets]]
* [[Development resources#CSS|The list of development resources for CSS]].
* [[Development resources#CSS|The list of development resources for CSS]].

Revision as of 09:40, 21 August 2005

Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation of a document written in HTML or XML (including various XML languages like XHTML or SVG). In Gecko-based products like the Mozilla Suite, Firefox or Thunderbird it is also used for styling application's user interface. For example, themes make heavy use of CSS to skin the application.

CSS is a W3C specification.

See also