Question:Which selector matches elements of type E where the value of the attr attribute is exactly "x"?
A E[attr="x"] B E[attr^="x"] C E[attr$="x"] D E[attr]
+ AnswerA
+ Report