A web page named favorite.html This page creates a basic image mouseover effect or an image swap.

computer science

Description

Directions

Open your project. Create a web page named favorite.html. This page creates a basic image mouseover effect or an image swap. You can duplicate the about page and remove the content in the main part of the page. Leave the menu’s footers and other basic items. You just want to change the content in this page.

Find images from your favorite book on the Gutenberg Project website.

Create a hyperlinked image in the page that when you place the mouse over the image the other image pops out in the page. You will need to write some JavaScript. In the HTML element, write code to call the JavaScript function when the user mouses over the image link.

Place the JavaScript code inside script tags within the head section. Make sure to document your JavaScript code!


Related Questions in computer science category