2. CSS Syntax

CSS syntax is made up of three items:

  1. Selector
  2. Property
  3. Value
Example 2.1 CSS Syntax:
Selector {
    Property:Value;
}