H1

constructor(vararg children: InlineTagInterface)
constructor(attributes: Attributes, vararg children: InlineTagInterface)
constructor(attributes: Attributes, classes: ClassesInterface, vararg children: InlineTagInterface)
constructor(classes: ClassesInterface, vararg children: InlineTagInterface)
constructor(classes: ClassesInterface, children: List<InlineTagInterface>)
constructor(attributes: Attributes, classes: AttributeInterface, children: List<InlineTagInterface>)