Question:Which of the following CSS rule uses descendant selector?
A p strong{color:gray;} B p{color:gray;} C p.strong{color:gray;} D p#strong{color:gray;}
+ AnswerA
+ Report