1.

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

A. attribute$=value
B. attribute*=value
C. attribute^=value
D. attribute|=value
Answer» C. attribute^=value


Discussion

No Comment Found