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