Home » CSS » Css miscellaneous » Question
  1. Which of the following is not the pseudo class for CSS Basic UI Level3?
    1. :checked
    2. :optional
    3. :read-only
    4. :valid
    5. None of these
Correct Option: A

CSS Basic UI Level 3 has many pseudo-classes like :widget, :invalid, :valid, :in-range, :required, :read-write, :read-only, :optional, :out-of-range. CSS Selector Level 3 has the classes :disabled, :enabled, :indeterminate, :checked.



Your comments will be displayed only after manual approval.