in the test.css file we have incorrectly defined
H1 as both black and green
h1 { color: black } This H1 should default to green, even though it is also defined as blackin the test.css file we have incorrectly defined H2 as both black, yellow and greenh1 { color: black } This H2 should default to yellow, even though it is also defined as black and green |