Computer Science - Web Development - DOM manipulation - DOM Tree and Manipulation
5 steps. Step 1 'What is the DOM?': Document Object Model - browser's representation of HTML as a TREE of objects. Each HTML element = a node in the tree. JavaScript can read/modify this tree. Changes to DOM = instant visual updates! Step 2 'Selecting Elements': document.getElementById('id'). docume