PromptHub
Frontend 27 views

DOM

Quick Definition

Programming interface representing web page structure as a tree

Full Definition

Document Object Model, the programming interface representing web page structure as a tree.

Examples

DOM manipulation, event handling, node traversal, tree updates

Related Terms

javascript html virtual-dom

More Frontend Terms