sonunigam (Love Geek): Cascading Style Sheets (CSS) is a style sheet language used to describe the presentation semantics (the look and formatting) of a document written in a markup language. * 03-01-11 - 22:32:42
sonunigam (Love Geek): Its most common application is to style web pages written in HTML and XHTML, but the language can also be applied to any kind of XML document, including SVG and XUL. * 03-01-11 - 22:34:38
sonunigam (Love Geek): CSS is designed primarily to enable the separation of document content (written in HTML 0r a similar markup language) from document presentation, including elements such as the layout, colors, and fonts. * 03-01-11 - 22:35:46
sonunigam (Love Geek): 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 (such as by allowing for tableless web design). * 03-01-11 - 22:36:34