ABSTRACT

We can use JavaScript to access the DOM methods to change the page. When an HTML page is rendered, the browser also creates DOM object which is an object-oriented representation of the the page. Each element on the page has properties, methods, and events. ................
................