Home » CSS » Css miscellaneous » Question
  1. Which selects all visited links?
    1. :target
    2. :valid
    3. :selection
    4. :visited
    5. None of these
Correct Option: D

:visited selects all visited links, :valid selects all input elements with a valid value, :target selects the current active # element, ::selection selects the portion of an element that is selected by a user.



Your comments will be displayed only after manual approval.