Question:The following is a style definition:
#styl2 { color: red; }How will you refer to this style in your web page?
A By using the class attribute in a td cell
B By using the class attribute in any HTML element which supports the class attribute
C By using the id attribute in any HTML element which supports the \'id\' attribute
+ AnswerC
+ Report