Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
October 17, 2021 07:22 am GMT

Document Object Model

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.


Original Link: https://dev.to/sudharshan24/document-object-model-4420

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To