| |
CSS
Thu, Aug 19, 2004; by Geoffrey Wirth.
Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents. CSS is part of the W3C's effort to split style from content. In short, an HTML dokument should only contain the basic code necessary to structure and format the document. All styling, from font colors and mouse-overs etc, to positioning, layering and so on should be done with css style sheets.
In real life many browsers do not (yet) fully support the CSS recomandation, or they interpret them differently, making hacks & workarrounds necessary.
[Print] [Mail]
|
|