Vidyarthiplus (V+) - Indian Students Online Education Forum

Full Version: Document Object Model (DOM) Lecture Notes
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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 : [attachment=32817]