Cascading Style Sheets
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) m |
Dan Tobias (Talk | contribs) |
||
Line 1: | Line 1: | ||
− | + | {{FormatInfo | |
+ | |formattype=electronic | ||
+ | |subcat=Web | ||
+ | |extensions={{ext|css}} | ||
+ | |mimetypes={{mimetype|text/css}} | ||
+ | }} | ||
Cascading StyleSheets, not to be confused with the Content Scrambling System used in [[DVD]]s. | 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. | + | '''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. |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
== References == | == References == |
Revision as of 20:14, 17 November 2012
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.