Discussion :: Javascript - CS
- Which event handler is triggered when the user’s mouse moves away from a link?
Answer : Option B
Explanation :
The onMouseOut event handler is triggered when the user’s mouse moves away from the link.
Be The First To Comment