42
Technology

DOM

The DOM (Document Object Model) is the HTML text already interpreted and parsed by the browser. The DOM consists of several cascaded nodes. After the browser has generated the complete DOM, JavaScript manipulations are performed on the DOM.