The class Selector
•With the class selector you can define different styles for the same type of HTML element:
• p.right {text-align: right}
• p.center {text-align: center}