TFoot

In HTML, the <tfoot> tag is used to define a footer section for an HTML table. It stands for "table footer" and is used to group footer rows (<tr>) in a table. The <tfoot> element is typically placed after the <tbody> (body) section and before the closing tag.

(ChatGPT, February 26, 2024)

Constructors

Link copied to clipboard
constructor(vararg children: TrInterface)
constructor(attributes: Attributes, vararg children: TrInterface)
constructor(attributes: Attributes, classes: ClassesInterface, vararg children: TrInterface)
constructor(classes: ClassesInterface, vararg children: TrInterface)
constructor(classes: ClassesInterface, children: List<TrInterface>)
constructor(attributes: Attributes, classes: ClassesInterface, children: List<TrInterface>)

Functions

Link copied to clipboard
open override fun build(): TagInterface
Link copied to clipboard
fun string(): String