Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. What is the parameter of the method getElementsbyTagName() if we need to get an image?

  2. A.

     image

    B.

     src

    C.

     img

    D.

     imageurl

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The method must look like getElementsbyTageName(“img”) if we need to get an image.


Be The First To Comment