Javascript Basics - 3

In this blog, I am going to create an example demonstrating the dom ready and load events.
Dom ready event gets called when DOM i.e all the various HTML objects that make up the HTML document are loaded. Load gets fired when everything like external images, css, javascripts are loaded.