TBody

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

(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