1.

What will be the output of following code snippet?
h1 {color: red text-decoration: underline; font-style: italic;}

A. only font-style: italic works
B. _red, text-decoration_ underline works
C. _red, text-decoration_ underline and font-style_ italic all works
D. _underline and font-style_ italic works
E. None of these
Answer» B. _red, text-decoration_ underline works


Discussion

No Comment Found