HTML DOM — Explaining to a 10-year-old
The Document Object Model (DOM) is a cross-platform and language-independent programming interface. It treats an XML or HTML document as a tree structure, where each node is an object representing a part of the document
In simple words, DOM works as ...
ankitjoshi.hashnode.dev3 min read