tr

object tr extends Tag

The <strong>HTML <code><tr></code> element</strong> defines a row of cells in a table. Those can be a mix of <a title="The HTML <td> element defines a cell of a table that contains data. It participates in the table model." href="/en-US/docs/Web/HTML/Element/td"><code><td></code></a> and <a title="The HTML <th> element defines a cell as header of a group of table cells. The exact nature of this group is defined by the scope and headers attributes." href="/en-US/docs/Web/HTML/Element/th"><code><th></code></a> elements.

trait Tag
class Object
trait Matchable
class Any

Type members

Classlikes

object tag extends TagElement

Types

type tagType = tag

Value members

Concrete methods

@inline
def apply(mods: TagMod[tag]*): WithAttrs[tagType]