Similar to the mystery1.html page, create a Web page named resize1.html that contains a dynamic, resizable image.

Question:

Similar to the mystery1.html page, create a Web page named resize1.html that contains a dynamic, resizable image. The ONMOUSEOVER 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 71x55 pixels, then moving the mouse over the image should result in the image expanding to 142x110. Conversely, the ONMOUSEOUT attribute should contain JavaScript assignments that reset the height and width back to the original dimensions of the image?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Question Posted: