Question: Given an image node thats stored in a variable named slideShow, which of the following statements will display the image arrow.gif? a slideShow.src = arrow.gif;
Given an image node thats stored in a variable named slideShow, which of the following statements will display the image arrow.gif?
| a | slideShow.src = "arrow.gif"; |
| b | slideShow.setImage("arrow.gif"); |
| c | slideShow.url = "arrow.gif"; |
| d | slideShow.href = "arrow.gif"; |
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
