Solved

Match Each Pseudo-Class with the Appropriate Description

Question 26

Matching

Match each pseudo-class with the appropriate description.

Premises:
user entry in the field is required
the content entered by a user meets the rules for the field
the element is checked or otherwise selected
the element has the focus
the element is in the process of being clicked or otherwise activated
Responses:
:required
:checked
:active
:valid
:focus

Correct Answer:

user entry in the field is required
the content entered by a user meets the rules for the field
the element is checked or otherwise selected
the element has the focus
the element is in the process of being clicked or otherwise activated
Related Questions