Cascading Style Sheet

What Does Cascading Style Sheet Mean?

Cascading Style Sheets (CSS) is a standard (or language) that describes the formatting of markup language pages. CSS defines formatting for the following document types:

Advertisements
  • HyperText Markup Language (HTML)
  • Extensible HyperText Markup Language (XHTML)
  • Extensible Markup Language (XML)
  • Scalable Vector Graphic (SVG)
  • XML User Interface Language (XUL)

CSS enables developers to separate content and visual elements for greater page control and flexibility. A CSS file is normally attached to an HTML file by means of a link in the HTML file.

In December 1998, the World Wide Web Consortium (W3C) published the first CSS specification (CSS1). This was followed by CSS Level 2 (CSS2), and CSS Level 2, Revision 1 (CSS2.1)

Techopedia Explains Cascading Style Sheet

HTML document formatting was tedious and complex before CSS because of built-in HTML style attributes. Specifically, styled tags required detailed and repetitious descriptions of the following elements:

  • Font colors
  • Background styles
  • Element alignments
  • Borders
  • Sizes

CSS structurally defines elements for headings (h1), sub-headings (h2), sub-sub-headings (h3), etc. Element options are available for font, color, emphasis, size, etc.

CSS allows developers to move styling elements to a separate HTML area for clean markup. For example, if a developer wanted to change the font for all h2 headings in an HTML file, a single change could be made to the attached CSS file. If no CSS file was attached, the developer would have to change the font option for each h2 heading in the main HTML file.

Advertisements

Related Terms

Latest DevOps Terms

Related Reading

Margaret Rouse

Margaret Rouse is an award-winning technical writer and teacher known for her ability to explain complex technical subjects to a non-technical, business audience. Over the past twenty years her explanations have appeared on TechTarget websites and she's been cited as an authority in articles by the New York Times, Time Magazine, USA Today, ZDNet, PC Magazine and Discovery Magazine.Margaret's idea of a fun day is helping IT and business professionals learn to speak each other’s highly specialized languages. If you have a suggestion for a new definition or how to improve a technical explanation, please email Margaret or contact her…