Pages

Tuesday 9 September 2014

DOM HTML and DOM XML


DOM HTML
  1. Your page is a collection of DOM Nodes. 
  2. Document : The top node in a DOM tree, representing the document itself and appearing just above the html element. 
  3. Element : Any HTML element that corresponds to a tag in HTML code.
  4. Attribute : An attribute of an element, accessible through an element node, but not present directly in the DOM tree.

No comments:

Post a Comment