Back to Content

Node (DOM)

files/en-us/glossary/node/dom/index.md

latest304 B
Original Source

In the context of the {{Glossary("DOM")}}, a node is a single point in the node tree. Various things that are nodes are the document itself, elements, text, and comments.

See also