Intermediate HTML & CSS
Q49 / 100

What is the purpose of the ":hover" pseudo-class?

Correct! Well done.

Incorrect.

The correct answer is B) Applies styles when the user's pointer is positioned over the element

B

Correct Answer

Applies styles when the user's pointer is positioned over the element

Explanation

:hover is a pseudo-class that matches an element while a pointing device (like a mouse) is positioned over it, commonly used for interactive feedback.

Progress
49/100