Asp.Net Source HOME » asp.net learning » CSS/DHTML/JavaScript » * TUTORIALS » HTML DOM Tutorial by W3 Schools
Title:

HTML DOM Tutorial by W3 Schools

Posted At: 12/19/2008
URL: http://w3schools.com/htmldom/default.asp
The HTML Document Object Model (HTML DOM) defines a standard way for accessing and manipulating HTML documents. The DOM presents an HTML document as a tree-structure (a node tree), with elements, attributes, and text.

Comments:


No comments yet