Vidyalelo
CSS · Q10

CSS Selectors and CSS Files

Programming · CSS · question 10

Q10

Which of the following selector selects the elements that are the default among a set of similar elements?

A.
:default
Answer
B.
:%
C.
:disabled
D.
none of the mentioned

Answer: Option A

Solution

Answer: Option A
Solution:
Example: :default {background-color: red;}