Node.tagId

Get the tag id for this node (ex: a, div, body, ...)

struct Node
MyHtmlTagId
tagId
()

Examples

tree.body.tag.writeln(); // prints "body"

Meta