InterviewSolution
Saved Bookmarks
| 1. |
How to assign the image source in JavaScript?(a) image = “url”(b) source(“url”)(c) image.src = “url”(d) img.src=”url”The question was asked by my college professor while I was bunking the class.My query is from Animation topic in portion Caching, Debugging and Animation of JavaScript |
|
Answer» Correct choice is (c) IMAGE.src = “URL” |
|