Q. What will be the output of following CSS code snippet?
Code:h1 {color: red text-decoration: underline; font-style: italic;}
β
Correct Answer: (B)
only font-style: italic works
h1 {color: red text-decoration: underline; font-style: italic;}
You must be Logged in to update hint/solution