HTML Document Object Model
Pre-requisites:
This is just an informational video before we start diving into more scripting
1. What is HTML DOM?
When a web page is loaded, the browser creates a Document Object Model of the page.The HTML DOM model is constructed as a tree of Objects:
2. A little more handwritten explanation of HTML DOM (Please watch the video at the bottom of the screen, where we walk through in detail)