State about CSS Syntax?
CSS Syntax consists of 3 parts
Selector:this is an HTML element
Property:Feature of CSS
Value\Parameter:Assigned value to feature
Declaration is termed as Property+value
Selector:{Property:value;}