JavaScript DOM
JavaScript DOM
BY:
Kajal Aggarwal
The HTML DOM (Document Object Model)
In other words: The HTML DOM is a standard for how to get, change,
add, or delete HTML elements.
The most common way to access an HTML element is to use the id of the
element.
In the example the getElementById method used id="demo" to find the
element.
THANK YOU……….