abbr

object abbr extends Tag

The <strong>HTML <code><abbr></code> element</strong> represents an abbreviation and optionally provides a full description for it. If present, the <code><a href="/en-US/docs/Web/HTML/Global_attributes#attr-title">title</a></code> attribute must contain this full description and nothing else.

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]