Home » CSS » CSS Attribute Selectors » Question
  1. Which of the following selector selects the elements that are the default among a set of similar elements?
    1. :disabled
    2. :default
    3. :%
    4. All of above
    5. None of these
Correct Option: B

:default {background-color: red;}



Your comments will be displayed only after manual approval.