CSS

From MozillaZine Knowledge Base
Revision as of 17:47, 7 September 2006 by LouCypher (talk | contribs) (Replaced →‎See also: with →‎External links: + css@devmo)
Jump to navigationJump to search

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

CSS is a W3C specification.

External links