Lab 12 ─ Image Maps

the src (change the image from pumpkin.png to some other image) the width. the height, and even. the alt (if you changed the src to, say, “blackcat.gif”, you would want to change the alt as well. In your javaScript, you’d have a line like this: document.getElementById('pump1').src = … ................
................