Multiple Choice
Identify an expression that can be used to refer an element by its id attribute.
A) document.getElementById(id)
B) Document.getElementbyID(id)
C) document.getelementById(id)
D) Document.getelementByID(id)
Correct Answer:
Verified
Related Questions