CSS
Introduction
CSS,
Cascading
Style
Sheets, is a document describing the presentation of HTML elements, for example, how a <h2> is displayed (rendered) in web browsers. It is used for seperating the presentation from structure, making maintaining and modifying a docuement's layout easiler.
See also
WebStandard for CSS validators.
CSS
Specifications
- CSS Style Level 1
- CSS Style Level 2
- CSS Level 3 Modules: Introduction to CSS3, Values and Units, Cascading and Inheritance, Line, The Box Model, Lists, Border, Speech, Generated and Replaced Content, Syntax, Presentation, Hypertext Presentation, Web Fonts, Fonts, Backgrounds, Ruby, Selectors, Text, Color, Paged Media, Basic UI
References
Links
Something to learn from