Cascading Style Sheets
Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation (that is, the look and formatting) of a document written in a markup language. Its most common application is to style web pages written in HTML and XHTML, but the language can be applied to any kind of XML document, including SVG and XUL.[1]
CSS is designed primarily to enable the separation of document content (written in HTML or a similar markup language) from document presentation, including elements such as the colors, fonts, and layout. This separation can improve content accessibility, provide more flexibility and control in the specification of presentation characteristics, enable multiple pages to share formatting, and reduce complexity and repetition in the structural content.[1]
- Cascading Style Sheets [EN] @ Wikipedia
- Cascading Style Sheets [DE] @ Wikipedia
Documentation
- CSS 1 Specification [EN] @ W3C
- CSS 2.1 Specification [EN] @ W3C
- Cascading Style Sheets [DE] @ SELFHTML
Implementations
10 pages found:
Online
- CSS Validation Service [EN] @ W3C