Kizspy Question: 28
(Choose 1 answer)
Which of these is not valid? (Hint, pay attention to if the method should return one thing or many things...)
A. document.getElementsById(idName)
B. document.getElementsByClassName(className)
C. document.getElementsByTagName(tagName)
D. document.getname(Name)