Problem
Explain why you must work with the DOM objects rather than document.write() to change the page after it has been loaded: Hint: The page is the document DOM object which is a kind of a collection (like an array) of DOM objects. When the HTML is loaded, the HTML entities become DOM objects that are added to document.