Validate CSS
CSS is used by both the authors and readers of web pages to define colors, fonts, layout, and other aspects of document presentation. It is designed primarily to enable the separation of document structure (written in HTML or a similar markup language) from document presentation (written in CSS). This separation can improve content accessibility, provide more flexibility and control in the specification of presentational characteristics, and reduce complexity and repetition in the structural content. CSS can also allow the same markup page to be presented in different styles for different rendering methods, such as on-screen, in print, by voice (when read out by a speech-based browser or screen reader) and on braille-based, tactile devices. Similarly, identical HTML or XML markup can be displayed in different 'brands', liveries or colour schemes on different but related web sites referencing different CSS.
CSS can be used with XML, to allow such structured documents to be rendered with full stylistic control over layout, typography, colour, and so forth in any suitable user agent or web browser.
- From Wikipedia, the free encyclopedia
W3C CSS Validation Service is a free service that checks Cascading Style Sheets (CSS) in XHTML documents or standalone for conformance to W3C recommendations.
Note: If you want to validate your CSS style sheet embedded in an (X)HTML document, you should first check that the XHTML you use is valid. |