CSS: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
mNo edit summary
m (unlinkifiy Gecko)
Line 1: Line 1:
'''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, [[Dev : Themes|themes]] make heavy use of CSS to change the appearance of the application.
'''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, [[Dev : Themes|themes]] make heavy use of CSS to change the appearance of the application.


CSS is a [http://w3.org/Style/CSS/#specs W3C specification].
CSS is a [http://w3.org/Style/CSS/#specs W3C specification].

Revision as of 01:03, 10 May 2006

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.

See also