Difference between revisions of "CSS"

From Inkscape Wiki
Jump to navigation Jump to search
(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...')
 
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
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.org/Style/CSS/ the W3 website]) is 2.1. 3 is currently in development.
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]]
 
[[Category:Developer Documentation]]

Latest revision as of 04:13, 1 April 2011

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.

Related and similar languages