What is the parameter of the method getElementsbyTagName() if we need to get an image?
(a) image
(b) src
(c) img
(d) imageurl
(a) image
(b) src
(c) img
(d) imageurl
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Right choice is (c) img
Explanation: To get the source attribute the parameter is src. The method must look like getElementsbyTageName(“img”) if we need to get an image.