Problem: JAVASCRIPT
A. What does the getElementbyId ( ) method do?
B. What does the innerHTML element do?
C. What does the document object do?
D. Describe how an event handler works in the browser.
E. How does the getAttribute method work? Show me an example of it in a line of code in JavaScript.
F. How does the setAttribute method work? Show me an example of it in a line of code in JavaScript.
G. What is the DOM?