Tutorials
THE WORLD'S LARGEST WEB DEVELOPER SITE

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. Then, use the src property to change its address.