Examveda
Examveda

Which of the following selector selects all elements of E that have the attribute attr that end with the given value?

A. E[attr^=value]

B. E[attr$=value]

C. E[attr*=value]

D. none of the mentioned

Answer: Option B

Solution(By Examveda Team)

Example: p[title$="!"] {color: red;}

This Question Belongs to CSS >> CSS Selectors And CSS Files

Join The Discussion

Related Questions on CSS Selectors and CSS Files