1. Categories

  2. About CSS

    In web development, Cascading Style Sheets (CSS) is a stylesheet language used to describe the presentation 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.

    CSS is used to help 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 content (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 presentation 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. CSS specifies a priority scheme to determine which style rules apply if more than one rule matches against a particular element. In this so-called cascade, priorities or weights are calculated and assigned to rules, so that the results are predictable.

    The CSS specifications are maintained by the World Wide Web Consortium (W3C). Internet media type (MIME type) text/css is registered for use with CSS by RFC 2318 (March 1998).

    1. Mentioned In 2 Articles

    2. Group Blogs – #blogchat recap and transcript – 07/11/10

      Explore Sue Anne Reed (Jul 13 2010)

      ... new name, face on it. #blogchat deswalsh: @IanMRountree I had to take a deep breath and learn some CSS stuff to be able to do the bio box #blogchat Scribnia: @jesseluna everythings great. Definitely enj... (Read Full Article)

      Comment Mentions:   Google   Kodak   Tom Peters

    3. Storytelling Social Media Marketing PR Technology & Business ...

      Explore greggmorris.com (Apr 15 2010)

      Storytelling Social Media Marketing PR Technology & Business ... ...is? We have seen a lot of playgrounds out there with JS Fiddle being the most recent. The latest is CSS Desk. It is an incredibly simple playground where you put in HTML and CSS, and see a live preview. That is it…. “Everybody’s on Twitter!” You hear that more and more often a... (Read Full Article)

      Comment Mentions:   Microsoft   Seattle   California

    4. 1-2 of 2