Which of the below selector in CSS is used to selects all elements of value E and attribute attr ?
E[attr^=value]
E[attr$=value]
E[attr*=value]
E[attr%=value]
This question is part of this quiz :