-
Which selects all visited links?
-
- :target
- :valid
- :selection
- :visited
- 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.