Q60
Which of the following selects every element whose href attribute value contains the given substring?
A.
attribute$=value
B.
attribute*=value
AnswerC.
attribute^=value
D.
attribute|=value
Answer: Option B
Solution
Answer: Option B
No explanation is given for this question Let's Discuss on Board