What is DOM?
Mar 5, 2025 · 1 min read · DOM: Document Object Model. It is a programming API for HTML and XML. It defines the document's logical structure and how it is accessed and manipulated. - "W3C.org". With the help of dom, a programmer can create, add, delete elements and modify cont...
Join discussion