Get the tag id for this node (ex: a, div, body, ...)
tree.body.tag.writeln(); // prints "body"
See Implementation
Get the tag id for this node (ex: a, div, body, ...)