Web Design / HTML

  1. Home
  2. Computing & Technology
  3. Web Design / HTML

CSS Syntax

By Jennifer Kyrnin, About.com

< Previous - CSS Basics | Quick CSS Course (5 days) | Beginning CSS Articles | Next - Add a Style Sheet >

A CSS style has the syntax:

selector { property : value ; }

CSS Selectors:

Selectors are the way that you define what is going to be styled and what isn't.

There are three basic types of selectors:

Grouping Selectors:

You can apply the same style to multiple selectors through grouping.

Shorthand Properties:

There are some CSS properties that can affect multiple styles at once. These are called shorthand properties. They are used to speed download and lessen maintenance.

CSS Comments:

You can also comment CSS to provide information for future designers or just remind yourself what you meant when you built the styles.

< Previous - CSS Basics | Quick CSS Course (5 days) | Beginning CSS Articles | Next - Add a Style Sheet >

Explore Web Design / HTML

About.com Special Features

Web Design / HTML

  1. Home
  2. Computing & Technology
  3. Web Design / HTML
  4. CSS
  5. Beginning CSS
  6. CSS Tutorial
  7. CSS Syntax - How to Write CSS styles - Syntax of Cascading Style Sheets

©2009 About.com, a part of The New York Times Company.

All rights reserved.