Cascading Style Sheets
From Just Solve the File Format Problem
(Difference between revisions)
AndyJackson (Talk | contribs) (Added navigation) |
Dan Tobias (Talk | contribs) |
||
Line 1: | Line 1: | ||
[[File Formats]] > [[Electronic File Formats]] > [[Web]] > CSS | [[File Formats]] > [[Electronic File Formats]] > [[Web]] > CSS | ||
+ | |||
+ | Cascading StyleSheets, not to be confused with the Content Scrambling System used in [[DVD]]s. | ||
+ | |||
+ | 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. | ||
== Identifiers == | == Identifiers == |
Revision as of 00:28, 30 October 2012
File Formats > Electronic File Formats > Web > CSS
Cascading StyleSheets, not to be confused with the Content Scrambling System used in DVDs.
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.
Identifiers
- File extension: .CSS
- MIME type (Internet media type): text/css