InterviewSolution
Saved Bookmarks
| 1. |
How to get a particular value using the tagged name?(a) getElementbyID()(b) getElementsbyName()(c) getElementsbyTagName()(d) getTagName()I have been asked this question in an internship interview.The question is from Script Loading topic in chapter Invocation and Performance Navigation of JavaScript |
|
Answer» Correct option is (c) getElementsbyTagName() |
|