Question:Consider the above code. What will be the impact upon the contents of the element if both the style sheets define the same class? This question is based upon the figure shown below:
A The contents of the element will be of red color and will inherit all the effects of style.css.
B The contents of the element will be of blue color and will inherit all the effects of style1.css.
C The contents of the element will be of white color and will inherit all the effects of style.css and style1.css.
D None of the style effects will be applied to the contents of the element.
+ AnswerB
+ Report