Syntax
•The CSS syntax for internal and external styles is made up of three parts:
• selector {property: value}
•The selector is normally the HTML element/tag you wish to define, the property is the attribute you wish to change, and each property takes a value.