In a project, you need to create a navigation menu that changes its appearance on hover. Which CSS feature would you utilize for this effect?
- :hover pseudo-class
- Animation
- Flexbox
- Transition
The :hover pseudo-class in CSS is used to apply styles when an element is being hovered. It's commonly used for creating interactive effects like changing the appearance of a navigation menu on hover.
Loading...
Related Quiz
- One common technique for dealing with errors in distributed systems is _______.
- _______ caching involves storing data in a distributed manner across multiple servers.
- In optimistic concurrency control, transactions are not blocked when they access data concurrently, but rather, conflicts are detected during the _______ phase.
- What does the === operator do in JavaScript?
- In a disaster recovery scenario, explain how you would determine the appropriate recovery point objective (RPO) for your organization's critical data.