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 blue.
The rule applied is "p {background-color: blue;}"
This h3 heading should have a background color of green.
The rule applied is "h3 {background-color: green;}"
All other properties of this page should be UA-default.