
HTML DOM
Tutorial

The HTML DOM is the Document Object Model for HTML.
The HTML DOM defines a standard set of objects for HTML, and a standard
way to access and manipulate HTML documents.
The HTML DOM views HTML documents as a tree structure of elements. All
elements, along with their text and attributes, can be accessed and manipulated through the DOM tree.
Start learning the HTML DOM now!
Source :
http://www.w3schools.com/htmldom/default.html


|