1.

Which of the following selects every element whose href attribute value contains the given substring?

A. attribute^=value
B. attribute|=value
C. attribute$=value
D. attribute*=value
E. None of these
Answer» E. None of these


Discussion

No Comment Found