Report Bug
Qus : Which method accesses an HTML element by id?
QusID के माध्यम से किसी एचटीएमएल एलिमेंट तक पहुंचने के लिए कौन सी विधि का उपयोग किया जाता है?

A. getElement()
B. getElementById()
C. getId()
D. queryElement()


Solution
B. getElementById()






Report Bug