Q. Which of the following selectors selects all E elements with the attribute Attr that ends with the given value?
β
Correct Answer: (B)
E[attr$=value]
You must be Logged in to update hint/solution