mouseover and mouseout in javascript

This example shows how we can use onmouseover javascript functionality as well as onmouseout in javascript. Below is an example, where a user mouse over an image, it will display the large picture

<!DOCTYPE html> <html> <body> <img onmouseover=”largePictureOnMouseOver(this)”onmouseout=

Leave a Reply

Your email address will not be published. Required fields are marked *