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