Vidyalelo
CSS · Q60

CSS Layout and Images

Programming · CSS · question 60

Q60

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

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

Answer: Option B

Solution

Answer: Option B
No explanation is given for this question Let's Discuss on Board