logo
MDA < Home 

Map Development Area (MDA)

Location: _/_   markup   _/_   css   _/_   css  

Browse Edit Visualize Statistics Download Help
 
Cascading Style Sheets, CSS
covers
- CSS: Cascading Style Sheets: The Definitive Guide [ cover ]
- Cascading Style Sheets 2.0 Programmer's Reference [ cover ]
- CSS Pocket Reference [ cover ]
has-features
- Associating CSS to Documents [ feature ]
- CSS Cascading [ feature ]
- CSS Grouping [ feature ]
- CSS Inheritance [ feature ]
- CSS Media [ feature ]
- CSS positioning and sizing [ feature ]
- CSS pseudo elements [ feature ]
is-responsible-for
- CSS Working Group, W3C [ entity ]
uses-notation
- CSS document [ document ]
style-sheet-technology
- Cascading Style Sheets, CSS
Types:
Comment:
can be specified inside a single HTML element (inline) -- inside the element of an HTML page (embedded) -- or in an external CSS file (linked) -- can be mixed
Comment:
document may use one, two or more style sheets -- applied according to specified priorities (= cascade)
advantage
content of HTML documents are clearly separated from the document's presentation layout
Comment:
W3C created STYLES in addition to HTML 4.0 -- define HOW to display elements
Comment:
consists of rules which defines how element should be displayed -- has two parts: selector and declaration
Comment:
associating style elements to documents
Comment:
changes rendering information for document elements -- for any structured document format (XML, HTML...)
Instances (examples):