HTML
Given the following html, which choice below is the incorrect css to make the first paragraph green, the second paragraph red and the third paragraph blue
I'm a paragraph; what color am I?
I'm another paragraph, what color am I ?
a.
p{color:green;}
div.central p{color:blue;}
div.central p.central{color:red;}
b.
body{color:green;}
div p{color:blue;}
p.central{color:red;}
c.
div p.central{color:red;}
d.
div.central{ color:blue;}
.central p{color:red;}
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here