Tree :



 Faceted index, by topics :
Menu

 
Category
V5 (45)
V5.01 (21)
V5.10 (15)
V5.20 (26)
 
 How to insert these widgets?

      6. CSS 1
 6.2. Syntax of rules

A rule is a set of couples (property : value) separated by ';' :

property1 : value1; /* Optional comments, as in C language */ property2 : value2; ...

Properties are reserved names.

Example : color font-family

Values are predefined names (colors), or integer or float numbers, optionally followed by a unit.

Example : 10mm 2.5em 16% magenta rgb(15%, 26%, 80%)

Keywords :  Css