The <h1>, <p>, and <div> elements have different background colors:
Example
h1 {
background-color: red;}
div {
background-color: blue;}
p {
background-color: black;}