Document Object Model (DOM) Lecture Notes

0
   
Introduction to DOM

The Document Object Model is a programming API for documents. The object model itself closely resembles the structure of the documents it models. 
The Document Object Model (DOM) is a programming API for HTML and XML documents. It defines the logical structure of documents and the way a document is accessed and manipulated.
With the Document Object Model, programmers can create and build documents, navigate their structure, and add, modify, or delete elements and content. Anything found in an HTML or XML document can be accessed, changed, deleted, or added using the Document Object Model, with a few exceptions.

Attachment : 
.pdf   DOM Unit3.pdf (Size: 386.18 KB / Downloads: 520)
New Share your Study Materials with us : Click Here

    Document Object Model (DOM) Lecture Notes