👉 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)