Programming

Programming intro
Java

Markup

First webpage guide
HTML
XHTML

Style & Layout

CSS

Browser scripting

Javascript
VBScript
AJAX

Server scripting

PHP
ASP

Making money online

Make money online

CSS syntax

The CSS syntax has three parts consisting of a selector, property, and a value:

selector {property: value}

Example:

body { background-color: gray; }

In the above example, the background color of a document is set to gray.

For more detailed information about CSS syntax, read the CSS syntax lesson.

Reference
HTML/XHTML
CSS
Javascript
AJAX

Practice

Online code editor
Step-by-step tutorials
Practical examples
Practical exercises

Reference

Terms glossary

Rate this site

Rate this site
Visitor comments