<h1>Emphasis and importance</h1>
<p>There are two things I care about — <em>music</em> and <em>friends</em>. Someday I might be able to get my friends interested in each other, <strong>and my music!</strong></p>
h1, strong {
color: purple;
}
em {
color: gray;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.