Vidyalelo
CSS · Q78

Basic CSS

Programming · CSS · question 78

Q78

Which of the following selector selects all paragraph elements with a lang attribute?

A.
p[lang]
Answer
B.
p[lang="fr"]
C.
p[lang~="fr"]
D.
p[lang|="fr"]

Answer: Option A

Solution

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