caption

object caption extends Tag

The <strong>HTML <code><caption></code> element</strong> represents the title of a table. Though it is always the first descendant of a <a title="The HTML <table> element represents tabular data — that is, information expressed via a two-dimensional data table." href="/en-US/docs/Web/HTML/Element/table"><code><table></code></a>, its styling, using CSS, may place it elsewhere, relative to the table.

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]