Skip to main content

2 docs tagged with "document object model"

View All Tags

Modifying the Document

JavaScript allows us to modify the HTML document by using the Document Object Model (DOM). - JavaScript Interview Questions & Answers

Shadow DOM

Shadow DOM is used to create a virtual DOM tree that is not connected to the real DOM tree. Encapsulation gets provided via the Shadow DOM.