table

slinky.web.html.table$
object table extends Tag

The HTML <table> element represents tabular data — that is, information expressed via a two-dimensional data table.

Attributes

Graph
Supertypes
trait Tag
class Object
trait Matchable
class Any
Self type
table.type

Members list

Concise view

Type members

Classlikes

object tag extends TagElement

Attributes

Graph
Supertypes
class TagElement
class Object
trait Matchable
class Any
Self type
tag.type

Types

type tagType = tag.type

Value members

Concrete methods

def apply(mods: TagMod[tag.type]*): WithAttrs[tagType]