Qus : which JavaScript function is used to access the element by its id
Qus किस जावास्क्रिप्ट फ़ंक्शन का उपयोग एलिमेंट को उसकी आईडी द्वारा एक्सेस करने के लिए किया जाता है
A. document.getelementbyid() B. document.getElementbyid()
C. document.getElementByid() D. document.getElementById()