The selector.
The tag name.
Creates a new Tag
instance with the given content.
The children or content of the tag.
A new Tag
instance.
Creates a new Tag
instance with the given attributes and content.
Optional
attributes: AttributesArg<T>The attributes of the tag.
Optional
content: ChildrenArg<T>The children or content of the tag.
A new Tag
instance.
Generated using TypeDoc
A factory function that creates a new instance of a tag.