🎴 Flashcard Mode
Web Development
Card1 / 25
Mastered0
Review0
QuestionClick to flip
_________ is used for a link when the cursor is held over it.
AnswerClick to flip back
A
Hover
💡 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.