Feed on
Subscription

CSS Syntax

Syntax
The CSS syntax is made up of three parts: a selector, a property and a value:

selector {property: value}

The selector is normally the HTML element/tag you wish to define, the property is the attribute you wish to change, and each property can take a value. The property and value are separated by a colon, and surrounded by curly braces:
...

Introduction to CSS

What You Should Already Know
Before you continue you should have some basic understanding of the following:

HTML / XHTML
If you want to study this subject first, find the tutorials on our Home page.


--------------------------------------------------------------------------------
...
« 1 »