Cascading Style Sheets

From SwinBrain

(Redirected from CSS)

A presentation language developed by the W3C to allow the separation of presentation from markup languages like HTML and XHTML. CSS can also be applied to other applications of XML, such as simple styling of RSS feeds.

In order to get the best out of CSS, authors should ensure that any markup, the CSS will be applied to, is well formed and ideally valid to a specific doctype standard. See Well-Formed vs Valid if you need to understand the difference, as it is an important concept for other web standards that as based on markup.

Links

SwinBrain Links:

External Links: