DEV Community

Cover image for Document Object Model🔥
Sudharshan S
Sudharshan S

Posted on

2

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.

Top comments (0)

Cloudinary image

Video API: manage, encode, and optimize for any device, channel or network condition. Deliver branded video experiences in minutes and get deep engagement insights.

Learn more

đź‘‹ Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay