Cascading Style Sheets

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Links and References)
(Official specs)
Line 13: Line 13:
  
 
== Official specs ==
 
== Official specs ==
 
+
* [https://www.w3.org/Style/CSS/ W3C CSS home page]
* [http://www.w3.org/TR/CSS1 CSS1]
+
** [https://www.w3.org/TR/CSS1 CSS1]
* [http://www.w3.org/TR/CSS2 CSS2 Revision 1]
+
** [https://www.w3.org/TR/CSS2 CSS2 Revision 1]
* [http://www.w3.org/TR/2001/WD-css3-roadmap-20010406/ CSS3 Roadmap]
+
** [https://www.w3.org/TR/css-2017/ CSS Snapshot 2017]
* [http://www.w3.org/TR/CSS/ CSS Snapshot 2010]
+
  
 
== Other references ==
 
== Other references ==

Revision as of 16:36, 11 September 2017

File Format
Name Cascading Style Sheets
Ontology
Extension(s) .css
MIME Type(s) text/css
Released 1996

Cascading Style Sheets (CSS) is a Web styling format.

CSS is an important technology in the modern Web, where many characteristics of the presentation of a site are specified including fonts, colors, and special effects. Some of these things were formerly done using now-deprecated HTML elements and attributes such as the "font" element.

Page layout can also be specified using CSS, replacing older techniques of using tables for layout, but some developers still find tables easier to learn than CSS layout.

Official specs

Other references

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox