Question 19
Which of the following statements are true about DOM?
Changing the DOM value changes the HTML source file.
JS can interact with DOM elements.
DOM is created before the JS is executed.
DOM is created after the JS is executed.
HTML and DOM are identical.