Frontend
129 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
Design System
Collection of reusable components and UI standards
Frontend Development
Building user-facing web applications with HTML, CSS, JavaScript
Svelte
Compiler-based framework producing efficient vanilla JS
Vue.js
Progressive JavaScript framework for user interfaces
Static Site Generation
Pre-rendering pages at build time into static HTML
React
JavaScript library for building user interfaces