Syntax
The concept of CSS Syntax is made of three parts :
a) selector
b) property
c) value
Selector = HTML element/tag that you wish to define. Property = the attribute that you wish to change. Each property can take a value. The last two are separated by a colon, surrounded by curly braces :
