The dom tree is made up of nodes.
There are various types of nodes:
- Document
- DocumentType
- DocumentFragment
- Element
- Text
- ProcessingInstruction
- Comment
Each node has an associated node document, set upon creation
Node
- NodeType
- ParentNode
- NodeName
- ChildNodes
More information can be found here