Create a new instance of this tag for the specified document output.
Pass any other tag as an instance of this tag.
Add an attribute to this element. This function wraps Tag.attr.
Add a class attribute to a HTML tag from an array of strings.
Set the "href" attribute for an <a> element.
Add an id attribute to the HTML tag.
True if the tag is one of HTML's void elements. Void elements do not have an end tag, and thus, cannot have child nodes.
XML tag wrapped by this struct; tag this struct corresponds to.
HTML tag builder.