Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

dom javascript

The Document Object Model (DOM) is a programming interface for web documents. 
It represents the page so that programs can change the document structure, 
style, and content. The DOM represents the document as nodes and objects; 
that way, programming languages can interact with the page.
Source by developer.mozilla.org #
 
PREVIOUS NEXT
Tagged: #dom #javascript
ADD COMMENT
Topic
Name
3+8 =