td

object td extends Tag

The <strong>HTML <code><td></code> element</strong> defines a cell of a table that contains data. It participates in the <em>table model</em>.

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]