Styling Multiple Elements
Preview
Code
<style>
h2 { color: purple; }
p { color: gray; }
</style>
<h2>Section Heading</h2>
<p>Paragraph text styled with CSS.</p>
<style>
h2 { color: purple; }
p { color: gray; }
</style>
<h2>Section Heading</h2>
<p>Paragraph text styled with CSS.</p>