What is the use or function of HTML DOM?

What is the use or function of HTML DOM?



- HTML DOM provides a way to implement the HTML document model by allowing it to extend the HTML: trees models.

- It serves as both as HTML parser and uses the document class of HTML to apply the functions and properties in the same class.

- The standard object model is created for the use of HTML and it provides a programming interface through which it can be recognized.

- It provides platform independent and language independent features and properties that can be used.
Post your comment