Tr

In HTML, the <tr> tag is used to define a row in an HTML table. It stands for "table row" and is used to group together a set of table data cells (<td>) or table header cells (<th>) that form a single row of content within the table.

(ChatGPT, February 26, 2024)

Constructors

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

Functions

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