•Omit the tag name in the
selector to define a style that will be used by all elements that
have that class:
• .center
{text-align: center}
•Both h1 and p have
class="center".
•<h1
class="center"> center-aligned </h1>
•<p
class="center"> also center-aligned. </p>