Difference between revisions of "CSS"
Jump to navigation
Jump to search
Legio noctis (talk | contribs) (Created page with 'CSS stands for Cascading Style Sheets. It is a language useful for styling (x)html. The current version of the standard (which can be found and is maintained at [http://www.w3.or...') |
Legio noctis (talk | contribs) |
||
Line 1: | Line 1: | ||
CSS stands for Cascading Style Sheets. It | CSS stands for Cascading Style Sheets. It can be used to style (x)html and other xml languages, including SVG. The current version of the standard (which can be found and is maintained at [http://www.w3.org/Style/CSS/ the W3 website]) is 2.1. 3 is currently in development. | ||
==Related and similar languages== | |||
*[[XSLT]] | |||
*[[SVG]] | |||
*[[HTML]] | |||
*[[XML]] |
Revision as of 11:36, 11 January 2010
CSS stands for Cascading Style Sheets. It can be used to style (x)html and other xml languages, including SVG. The current version of the standard (which can be found and is maintained at the W3 website) is 2.1. 3 is currently in development.