Similar to the mystery1.html page, create a Web page named resize1.html that contains a dynamic, resizable image.?
The ONLUSEOVER attribute of that image should contain JavaScript assignments that set the height and width to twice that of the original dimensions. That is, if the image dimensions are 71 x 55 pixels, then moving the mouse over the image should result in the image expanding to 142 x 110. Conversely, the ONMOUSEOUT attribute should contain JavaScript assignments that reset the height and width back to the original dimensions of the image.