Q. What is the parameter of the method getElementsbyTagName() if we need to get an image?
β
Correct Answer: (C)
img
Explanation: The method must look like getElementsbyTageName(“img”) if we need to get an image.