Vidyalelo
CSS · Q12

CSS Layout and Images

Programming · CSS · question 12

Q12

Which selects all unvisited links?

A.
:last-child
B.
:not(selector)
C.
:link
Answer
D.
:nth-child(n)

Answer: Option C

Solution

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