Question:The following is a style definition:
d#aln { text-align: center; color: blue }How will you refer to this style in your web page?
A By using the class attribute on a td cell
B By using the id attribute on a td cell
C By using the class attribute on any HTML element which supports the class attribute
D By using the id attribute on any HTML element which supports the id attribute
+ AnswerD
+ Report