Frontend
128 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
Micro-Frontend
Architecture composing apps from independent frontend pieces
Web Component
Browser-native technology for reusable custom HTML elements
Design Token
Named values representing design decisions in platform-agnostic format
Responsive Design
Making web pages render well on all devices
Lazy Loading
Deferring resource loading until needed
CSS
Stylesheet language controlling web page presentation