From Structure to Style

CSS Cascading Style Sheets CSS allows to create rules to specify how the content of an element should be presented.

Selector

Selectors indicate which element the rule applies to. The same rule can apply to more than one element if you separate the element names with commas....