How can you change the src attribute of an image with the ID "myImage"?
<img id="myImage" src="previous_image.jpg" />
_____
How can you change the src attribute of an image with the ID "myImage"?
<img id="myImage" src="previous_image.jpg" />
_____