Q. What will be the output of following CSS code snippet?
Code:
h1 {color: "green";}
β
Correct Answer: (A)
nothings happen
h1 {color: "green";}
You must be Logged in to update hint/solution