top of page
Writer's pictureLearnCodeSimply

What is Real DOM in JavaScript?


DOM stands for “ Document Object Model ”. DOM may be a platform and language-neutral interface that permits programs and scripts to dynamically access and update the content, structure, and elegance of a document. With the Document Object Model, programmers can build documents, navigate their structure, and add, modify, or delete elements and content.


The DOM represents the document as nodes and objects. Through this manner , the programming languages can hook up with the page. The DOM is an object-oriented representation of an internet page, which may be modified with a scripting language like JavaScript. Anything found during a HTML document are often accessed, changed, deleted, or added using the Document Object Model.

Recent Posts

See All

Comentários


Post: Blog2_Post
bottom of page