1.

Which selects all unvisited links?(a) :last-child(b) :not(selector)(c) :link(d) :nth-child(n)The question was posed to me in my homework.The above asked question is from Server Specific CSS topic in division Layout & Images of CSS

Answer»

The correct option is (C) :link

Easy EXPLANATION: :link selects all unvisited links, :not(selector) selects EVERY element that is the SECOND child of its PARENT, :last-child selects every

element that is the last child of its parent.



Discussion

No Comment Found

Related InterviewSolutions