Head

constructor(title: TitleInterface, vararg children: TagInterface)
constructor(attributes: Attributes, title: TitleInterface, vararg children: TagInterface)
constructor(attributes: Attributes, classes: ClassesInterface, title: TitleInterface, vararg children: TagInterface)
constructor(classes: ClassesInterface, title: TitleInterface, vararg children: TagInterface)
constructor(classes: ClassesInterface, title: TitleInterface, children: List<TagInterface>)
constructor(attributes: Attributes, classes: ClassesInterface, title: TitleInterface, children: List<TagInterface>)