Home / CSE / Javascript - CS :: Discussion

Discussion :: Javascript - CS

  1. How to get a particular value using the tagged name?

  2. A.

     getElementbyID()

    B.

     getElementsbyName()

    C.

     getElementsbyTagName()

    D.

     getTagName()

    View Answer

    Workspace

    Answer : Option C

    Explanation :

    The method getElementsbyTagName() can be used to get a particular value using the tagged name associated with the document.


Be The First To Comment