Now that we’ve covered the basics, we’ll delve into the intricacies of the Document Object Model, or DOM for short. As its name implies, DOM is the process of accessing and perhaps changing the properties of the individual objects that comprise your HTML document.
Every object in your page has a certain set of properties associated with it. Those properties are the equivalent of the attributes of a page element. Each of these attributes or rules may be changed or set by a simple ...