<div>
    <h3>This is Element Selector</h3>
    <p>This is first paragraph</p>
    <p>This is second paragraph</p>
    <p>This is third paragraph</p>
 </div>
h3{
  color: white;
  background-color: black;
}

p{
  color: green;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.