0% found this document useful (0 votes)
42 views1 page

Document Object Model

The Document Object Model (DOM) is a web API developed by the World Wide Web Consortium (W3C) that allows for the representation and manipulation of web documents as objects. It is language-neutral, enabling implementation in various programming languages. The DOM facilitates the creation, navigation, and modification of web documents by developers.

Uploaded by

Andy Bourgeois
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views1 page

Document Object Model

The Document Object Model (DOM) is a web API developed by the World Wide Web Consortium (W3C) that allows for the representation and manipulation of web documents as objects. It is language-neutral, enabling implementation in various programming languages. The DOM facilitates the creation, navigation, and modification of web documents by developers.

Uploaded by

Andy Bourgeois
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Document Object Model

The DOM is a web interface, developed and released by the World Wide Web
Consortium (W3C). This organization was founded to establish standards for the World
Wide Web.
The DOM is a web API that is language-neutral. This means that you can implement and
adopt it in any programming language.
The DOM represents the structural pieces of a web document as objects that can be
accessed and manipulated. In other words, the DOM allows you as a software developer
to do the following:  
Create and build web documents.  
Navigate the structure of web documents.  
Add, modify, or delete elements and content within web documents.

You might also like