Exercise v1.3

Exercise:

Use HTML DOM to change the value of the image's src attribute to "pic_mountain.jpg".

Hint: element.src = new value

Edit This Code:
Result:
Correct Code:
Correct Result:
Exercise - © w3schools.com