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