Skip to main content

Understanding the DOM Tree and Nodes

Introduction
The DOM is often referred to as the DOM tree, and consists of a tree of objects called nodes. In the Introduction to the DOM, we went over what the Document Object Model (DOM) is, how to access the document object and modify its properties with the console, and the difference...
Understanding the DOM Tree and Nodes
Understanding the DOM Tree and Nodes
Category: Uncategorized

Comments