What will be the output of following CSS code snippet? Mark as favorite Copy Link h1 {color: red text-decoration: underline; font-style: italic;} color: red, text-decoration: underline works only font-style: italic works color: red, text-decoration: underline and font-style: italic all works text-decoration: underline and font-style: italic works Check Answer