DOM is also known as Document Object Model which is used to develop a model with documents or web pages containing objects like elements, links, etc. These objects can be manipulated or certain actions like add, delete or change of an element can be performed using this document object model. Through this change in attributes can be done to get all the list of all the elements in the document. The DOM model responds to API calls that result in documented level of DOM recommendation. It is used to support additional behavior on the web page and use of API give an extensible advantage over other models existing. DOM codes are reused to meet the requirement of the real world and to make all program interoperable.
Javascript
Topic: JS HTML DOM
What is the use of DOM?
Browse random answers:
What is the use of DOM?
How will you submit form using javascript?
How to Finding HTML Elements?
How Will You Get Textbox Value in Javascript?
How to write in browser page using javascript?
How to change a label value using javascript?
What is the disadvantages using innerHTML in JavaScript?
How to set a HTML document's background color?
How to set the focus in an element using Javascript?
What is a fixed-width table and its advantages?
How to make elements invisible?
To write messages to the screen without using "document.write()" ?
How to Add new elements dynamically?
How to change style on an element?
How to remove the event listener:
How to set the cursor to wait.
How to delete an entry using JavaScript?
How do you get field value in Javascript?