15. Which DHTML/HTML DOM method is
used to access HTML element inside a
a
javascript code?
O document.getElement()
O
document.getHTMLElement()
O document.getElementById()
O document.getHTMLElementById()
Answers
Answered by
0
Answer:
https://www.w3schools.com › jsref
Web results
HTML DOM getElementById() Method - W3Schools
The getElementById() method returns the element that has the ID attribute with the specified value. This method is one of the most common methods in the
Similar questions