Preparing your experience...
Loading scripts and resources
Preparing your experience...
Loading scripts and resources
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
11
Likes
0
Remixes
0
Comments