MCQOPTIONS
Saved Bookmarks
| 1. |
How to assign the image source in JavaScript? |
| A. | image = “url” |
| B. | source(“url”) |
| C. | image.src = “url” |
| D. | none of the mentioned |
| Answer» D. none of the mentioned | |