TextTags

trait TextTags[T[_ <: DomHtmlElement], DomHtmlElement, HtmlAnchor <: DomHtmlElement, HtmlElement <: DomHtmlElement, HtmlSpan <: DomHtmlElement, HtmlBr <: DomHtmlElement, HtmlMod <: DomHtmlElement]
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val a: T[HtmlAnchor]

Represents a hyperlink, linking to another resource.

Represents a hyperlink, linking to another resource.

MDN org.scalajs.dom.html.Anchor

lazy val b: T[HtmlElement]

Bold text.

Bold text.

MDN org.scalajs.dom.html.Element

lazy val br: T[HtmlBr]

Represents a line break.

Represents a line break.

MDN org.scalajs.dom.html.BR

lazy val cite: T[HtmlElement]

Represents the title of a work being cited.

Represents the title of a work being cited.

MDN org.scalajs.dom.html.Element

lazy val code: T[HtmlElement]

Represents computer code.

Represents computer code.

MDN org.scalajs.dom.html.Element

lazy val del: T[HtmlMod]

Defines a remolazy val from the document.

Defines a remolazy val from the document.

MDN org.scalajs.dom.html.Mod

lazy val em: T[HtmlElement]

Represents emphasized text.

Represents emphasized text.

MDN org.scalajs.dom.html.Element

lazy val i: T[HtmlElement]

Italicized text.

Italicized text.

MDN org.scalajs.dom.html.Element

lazy val ins: T[HtmlMod]

Defines an addition to the document.

Defines an addition to the document.

MDN org.scalajs.dom.html.Mod

lazy val s: T[HtmlElement]

Strikethrough element, used for that is no longer accurate or relevant.

Strikethrough element, used for that is no longer accurate or relevant.

MDN org.scalajs.dom.html.Element

lazy val small: T[HtmlElement]

Represents a side comment; text like a disclaimer or copyright, which is not essential to the comprehension of the document.

Represents a side comment; text like a disclaimer or copyright, which is not essential to the comprehension of the document.

MDN org.scalajs.dom.html.Element

lazy val span: T[HtmlSpan]

Represents text with no specific meaning. This has to be used when no other text-semantic element conveys an adequate meaning, which, in this case, is often brought by global attributes like class, lang, or dir.

Represents text with no specific meaning. This has to be used when no other text-semantic element conveys an adequate meaning, which, in this case, is often brought by global attributes like class, lang, or dir.

MDN org.scalajs.dom.html.Span

lazy val strong: T[HtmlElement]

Represents especially important text.

Represents especially important text.

MDN org.scalajs.dom.html.Element

lazy val sub: T[HtmlElement]

Subscript tag

Subscript tag

MDN org.scalajs.dom.html.Element

lazy val sup: T[HtmlElement]

Superscript tag.

Superscript tag.

MDN org.scalajs.dom.html.Element

lazy val u: T[HtmlElement]

Underlined text.

Underlined text.

MDN org.scalajs.dom.html.Element

lazy val wbr: T[HtmlElement]

Represents a line break opportunity, that is a suggested point for wrapping text in order to improve readability of text split on several lines.

Represents a line break opportunity, that is a suggested point for wrapping text in order to improve readability of text split on several lines.

MDN org.scalajs.dom.html.Element