TagsExtra

trait TagsExtra extends DocumentTags[HtmlTag] with MiscTags[HtmlTag] with DocumentTagDeprecations[HtmlTag]
trait SvgTagBuilder[SvgTag, Element]
trait HtmlTagBuilder[HtmlTag, Element]
trait MiscTags[HtmlTag, Element, Title, Style, Element, Quote, Progress, Menu]
trait DocumentTags[HtmlTag, Element, Html, Head, Base, Link, Meta, Script, Element]
class Object
trait Matchable
class Any
object extra.type

Value members

Inherited methods

@inline
override protected def htmlTag[Ref <: Element](tagName: String, void: Boolean): HtmlVNode
Definition Classes
TagBuilder -> HtmlTagBuilder
Inherited from:
TagBuilder
@inline
protected def htmlTag[Ref <: Element](tagName: String): HtmlTag[Ref]
Inherited from:
HtmlTagBuilder
@inline
override protected def svgTag[Ref <: Element](tagName: String, void: Boolean): SvgVNode
Definition Classes
TagBuilder -> SvgTagBuilder
Inherited from:
TagBuilder
@inline
protected def svgTag[Ref <: Element](tagName: String): SvgTag[Ref]
Inherited from:
SvgTagBuilder

Deprecated and Inherited methods

Inherited fields

lazy val `var`: HtmlTag[Element]

Represents a variable.

Represents a variable.

MDN

Inherited from:
MiscTags
lazy val abbr: HtmlTag[Element]

An abbreviation or acronym; the expansion of the abbreviation can be represented in the title attribute.

An abbreviation or acronym; the expansion of the abbreviation can be represented in the title attribute.

MDN

Inherited from:
MiscTags
lazy val address: HtmlTag[Element]

Defines a section containing contact information.

Defines a section containing contact information.

MDN

Inherited from:
MiscTags
lazy val article: HtmlTag[Element]

Defines self-contained content that could exist independently of the rest of the content.

Defines self-contained content that could exist independently of the rest of the content.

MDN

Inherited from:
MiscTags
lazy val aside: HtmlTag[Element]

Defines some content loosely related to the page content. If it is removed, the remaining content still makes sense.

Defines some content loosely related to the page content. If it is removed, the remaining content still makes sense.

MDN

Inherited from:
MiscTags
lazy val base: HtmlTag[Base]

Defines the base URL for relative URLs in the page.

Defines the base URL for relative URLs in the page.

MDN

Inherited from:
DocumentTags
lazy val bdi: HtmlTag[Element]

Represents text that must be isolated from its surrounding for bidirectional text formatting. It allows embedding a span of text with a different, or unknown, directionality.

Represents text that must be isolated from its surrounding for bidirectional text formatting. It allows embedding a span of text with a different, or unknown, directionality.

MDN

Inherited from:
MiscTags
lazy val bdo: HtmlTag[Element]

Represents the directionality of its children, in order to explicitly override the Unicode bidirectional algorithm.

Represents the directionality of its children, in order to explicitly override the Unicode bidirectional algorithm.

MDN

Inherited from:
MiscTags
lazy val command: HtmlTag[Element]

A command that the user can invoke.

A command that the user can invoke.

MDN

Inherited from:
MiscTags
lazy val dataTag: HtmlTag[Element]

Associates to its content a machine-readable equivalent.

Associates to its content a machine-readable equivalent.

MDN

Inherited from:
MiscTags
lazy val details: HtmlTag[Element]

A widget from which the user can obtain additional information or controls.

A widget from which the user can obtain additional information or controls.

MDN

Inherited from:
MiscTags
lazy val dfn: HtmlTag[Element]

Represents a term whose definition is contained in its nearest ancestor content.

Represents a term whose definition is contained in its nearest ancestor content.

MDN

Inherited from:
MiscTags
lazy val head: HtmlTag[Head]

Represents a collection of metadata about the document, including links to, or definitions of, scripts and style sheets.

Represents a collection of metadata about the document, including links to, or definitions of, scripts and style sheets.

MDN

Inherited from:
DocumentTags
lazy val html: HtmlTag[Html]

Represents the root of an HTML or XHTML document. All other elements must be descendants of this element.

Represents the root of an HTML or XHTML document. All other elements must be descendants of this element.

MDN

Inherited from:
DocumentTags
lazy val kbd: HtmlTag[Element]

Represents user input, often from a keyboard, but not necessarily.

Represents user input, often from a keyboard, but not necessarily.

MDN

Inherited from:
MiscTags
lazy val keyGen: HtmlTag[Element]

A key-pair generator control.

A key-pair generator control.

MDN

Inherited from:
MiscTags
lazy val linkTag: HtmlTag[Link]

Used to link JavaScript and external CSS with the current HTML document.

Used to link JavaScript and external CSS with the current HTML document.

MDN

Inherited from:
DocumentTags
lazy val main: HtmlTag[Element]

Defines the main or important content in the document. There is only one main element in the document.

Defines the main or important content in the document. There is only one main element in the document.

MDN

Inherited from:
MiscTags
lazy val mark: HtmlTag[Element]

Represents text highlighted for reference purposes, that is for its relevance in another context.

Represents text highlighted for reference purposes, that is for its relevance in another context.

MDN

Inherited from:
MiscTags
lazy val math: HtmlTag[Element]

Defines a mathematical formula.

Defines a mathematical formula.

MDN

Inherited from:
MiscTags
lazy val meta: HtmlTag[Meta]

Defines metadata that can't be defined using another HTML element.

Defines metadata that can't be defined using another HTML element.

MDN

Inherited from:
DocumentTags
lazy val meter: HtmlTag[Element]

A scalar measurement within a known range.

A scalar measurement within a known range.

MDN

Inherited from:
MiscTags
lazy val noScript: HtmlTag[Element]

Defines alternative content to display when the browser doesn't support scripting.

Defines alternative content to display when the browser doesn't support scripting.

MDN

Inherited from:
DocumentTags
lazy val output: HtmlTag[Element]

The result of a calculation

The result of a calculation

MDN

Inherited from:
MiscTags
lazy val progress: HtmlTag[Progress]

A progress completion bar

A progress completion bar

MDN

Inherited from:
MiscTags
lazy val q: HtmlTag[Quote]

An inline quotation.

An inline quotation.

MDN

Inherited from:
MiscTags
lazy val rp: HtmlTag[Element]

Represents parenthesis around a ruby annotation, used to display the annotation in an alternate way by browsers not supporting the standard display for annotations.

Represents parenthesis around a ruby annotation, used to display the annotation in an alternate way by browsers not supporting the standard display for annotations.

MDN

Inherited from:
MiscTags
lazy val rt: HtmlTag[Element]

Represents the text of a ruby annotation.

Represents the text of a ruby annotation.

MDN

Inherited from:
MiscTags
lazy val ruby: HtmlTag[Element]

Represents content to be marked with ruby annotations, short runs of text presented alongside the text. This is often used in conjunction with East Asian language where the annotations act as a guide for pronunciation, like the Japanese furigana .

Represents content to be marked with ruby annotations, short runs of text presented alongside the text. This is often used in conjunction with East Asian language where the annotations act as a guide for pronunciation, like the Japanese furigana .

MDN

Inherited from:
MiscTags
lazy val samp: HtmlTag[Element]

Represents the output of a program or a computer.

Represents the output of a program or a computer.

MDN

Inherited from:
MiscTags
lazy val script: HtmlTag[Script]

Defines either an internal script or a link to an external script. The script language is JavaScript.

Defines either an internal script or a link to an external script. The script language is JavaScript.

MDN

Inherited from:
DocumentTags
lazy val section: HtmlTag[Element]

Represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading.

Represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading.

MDN

Inherited from:
MiscTags
lazy val styleTag: HtmlTag[Style]

Used to write inline CSS.

Used to write inline CSS.

MDN

Inherited from:
MiscTags
lazy val summary: HtmlTag[Element]

A summary, caption, or legend for a given details.

A summary, caption, or legend for a given details.

MDN

Inherited from:
MiscTags
lazy val time: HtmlTag[Element]

Represents a date and time value; the machine-readable equivalent can be represented in the datetime attribute

Represents a date and time value; the machine-readable equivalent can be represented in the datetime attribute

MDN

Inherited from:
MiscTags
lazy val titleTag: HtmlTag[Title]

Defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text and any contained tags are not interpreted.

Defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text and any contained tags are not interpreted.

MDN

Inherited from:
MiscTags