HTML DOM

HTML DOM

DOM (Document Object Model) is translated as Document Object Model, which is the programming interface of HTML and XML documents.

HTML DOM defines a standard way to access and manipulate HTML documents.

DOM represents HTML documents in a tree structure.


23.png