Shadow DOM
Shadow DOM is a web standard that allows developers to encapsulate a portion of the DOM (Document Object Model) within a component, ensuring that its internal structure and styles do not interfere with the rest of the page. Shadow DOM is commonly used in web components to create reusable, isolated elements that function independently from the global CSS or JavaScript.