A Web Development Tutorial podcast.Read more »
A Web Development Tutorial podcast.Read Less
Document Object Model (DOM)
Taken from w3schools.com – The W3C Document Object Model (DOM) is a platform and language-neutral interface that allows programs and scripts to dynamically access and update the content, structure, and style of a document.”
The W3C DOM standard is separated into 3 different parts:
The HTML DOM is a standard object model and programming interface for HTML. It defines:
In other words: The HTML DOM is a standard for how to get, change, add, or delete HTML elements.
Viewed as a hierarchical tree – image is in the w3schools link attached above
The post Eps 36: Document Object Model (DOM) appeared first on Schaffen Creative - Make. Manage. Achieve..