THead

In HTML, the <thead> tag is used to group the header rows (<tr>) in an HTML table. It's a semantic element that indicates the beginning of the header section of a table. The <thead> element is typically used in conjunction with the <th> (table header cell) element to define the header cells of the table.

(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