Macro laby::tbody

source ·
tbody!() { /* proc-macro */ }
Expand description

<tbody> element.

The <tbody> HTML element encapsulates a set of table rows (tr elements), indicating that they comprise the body of the table (table).

The <tbody> element, along with its related thead and tfoot elements, provide useful semantic information that can be used when rendering for either screen or printer.