Home » CSS » CSS Introduction » Question
  1. Which of the following selector is used to selects the elements that are the default among a set of similar elements?
    1. :default
    2. ::after
    3. :checked
    4. :disabled
    5. None of these
Correct Option: A

:default {background-color: red;}
/* sets the background color of a default button like a submit to red */



Your comments will be displayed only after manual approval.