๐ DOM stands for Document Object Model.
๐ DOM is 'World Wide Web Consortium' (W3C) standard.
๐ DOM is a programming interface for HTML documents.
๐ When browser try to render a HTML document, it creates an
object based on the HTML document called DOM.
๐ By using DOM, we can manipulate or change various elements
inside the HTML document.
Top comments (0)