Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Rated
Read 21,289 times

Contents

Related Categories

Using Cascading Style Sheets (CSS) - Introduction

gez

Introduction

Cascading Style Sheets (CSS) were introduced by the World Wide Web Consortium to help determine the layout of an HTML document. Removing the formatting from the HTML document allows you to quickly apply a style to a whole site, rather than going through each document and changing the tags that represent the style. It also means that the content of the HTML document isn't bloated by extra information about how data is to be presented. The current specification for using style sheets, Cascading Style Sheets, level 2, may be found at the World Wide Web Consortium's site.

Unfortunately, support for Cascading Style sheets vary amongst browsers. To check for compatibility, see Eric A. Meyer's Master Compatibility Chart.

I'm available for contract work. Please visit Juicify for details.

Comments

  • CSS basics are good..Watch out for the Extreme CSS

    Posted by dc on 30 Jul 2003

    This is a good tutorial as it covers the basics.

    Nevertheless, readers should know that CSS can be taken to the extreme and should know the other side of the story in regards to fully integrated CS...