HTML DOM write() Method content
DOM CONTENT The Document Object Model (DOM) represents your entire HTML page as a JavaScript object called Document. When a web page loads, the browser creates this DOM. The HTML DOM forms a tree of objects. It defines a standard for accessing documents and provides a programming interface for HTML. The easiest way to modify …