The type of node.
Indicates that this is an opening tag. i.e. <tag>
Indicates that this is content. i.e. Contains no html tags in it, and just text only.
Indicates that this is a closing tag. i.e. </tag>
See Implementation
The type of node.