Cascading Style Sheets
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (→References) |
Dan Tobias (Talk | contribs) (→References) |
||
Line 21: | Line 21: | ||
* [http://xhtml.com/en/web-standards/css-naked-day/ CSS Naked Day] (webmasters were urged to make their sites CSS-free for one day) | * [http://xhtml.com/en/web-standards/css-naked-day/ CSS Naked Day] (webmasters were urged to make their sites CSS-free for one day) | ||
* [http://tutorialzine.com/2013/10/12-awesome-css3-features-you-can-finally-use/ 12 Awesome CSS3 Features That You Can Finally Start Using] | * [http://tutorialzine.com/2013/10/12-awesome-css3-features-you-can-finally-use/ 12 Awesome CSS3 Features That You Can Finally Start Using] | ||
+ | * [http://www.kapowaz.net/articles/cargo-cult-css Cargo Cult CSS] |
Revision as of 00:28, 31 October 2013
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.
References
- Cascading Style Sheets (Wikipedia)
- CSS1
- CSS2 Revision 1
- CSS3 Roadmap
- CSS Snapshot 2010
- CSS Naked Day (webmasters were urged to make their sites CSS-free for one day)
- 12 Awesome CSS3 Features That You Can Finally Start Using
- Cargo Cult CSS