HTML    CSS    PHP    Bootstrap    JavaScript    Dev Tools      

Understanding the DOM

Current Time  00:00 Total Time  00:00

We are always looking for input on our tutorial content. If you have a suggestion, comment, additional information on this topic that you feel should be added, drop us a line. We appreciate your input.

Title: Understanding the DOM Category: JavaScript

Topic: Essential Training Publish Date: 2016-03-15

Views: 220

Author: Mike King

Description

In this tutorial we look at and discuss the DOM in JavaScript. The DOM is the Document Object Model and we discuss and demonstrate how the model is assembled by the browser rendering engine and how JavaScript can use that model to access different areas of the webpage. Understanding the DOM is a very important aspect of web development and building interactive web applications.