2. CSS Syntax
CSS syntax is made up of three items:
Selector
Property
Value
Example 2.1 CSS Syntax:
Selector { Property:Value; }