Menu
×
×
Correct!
Exercise:Use JavaScript to change the image (the src attribute) to a new image called "pic_mountain.jpg" Hint:
Use the document.getElementById() method to find the <img> element. |
Edit This Code:
Result:
|
Correct Code:
Result:
|