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