Multiple choice

_________ is used for a link when the cursor is held over it.

  1. V Link

  2. Link

  3. Hover

  4. None of these

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In CSS and web design, the :hover pseudo-class is used to apply styles when the cursor (mouse pointer) is held over a link or element. This creates interactive effects like color changes or underlines when users mouse over links.