Background Color HTML Test
-
The "background-color" property sets the background color of an element.
PASS CRITERIA:
If statement above is true, this paragraph should have a background color
of aqua.
The rule applied is "p {background-color: aqua;}"
This h3 heading should have a background color of gray.
The rule applied is "h3 {background-color: gray;}"
All other properties of this page should be UA-default.