Frontend
26 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
Shadow DOM
Web standard for encapsulated DOM and styling isolation
Micro-Frontend
Architecture composing apps from independent frontend pieces
Accessibility ARIA
Attributes enhancing accessibility for dynamic web content
WebAssembly
Binary format enabling near-native performance in browsers
Web Component
Browser-native technology for reusable custom HTML elements
Context API
React mechanism for sharing state without prop drilling