Shorthand function to generate a new Node.
Node h(String tagName, [Map<String, dynamic> attributes = const {}, Iterable<Node> children = const []]) => Node(tagName, attributes, children);