scalatags

Tags2

object Tags2

Contains HTML tags which are used less frequently. These are generally imported individually as needed.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Tags2
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val abbr: TypedHtmlTag[HTMLElement]

    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

  7. val address: TypedHtmlTag[HTMLElement]

    Defines a section containing contact information.

    Defines a section containing contact information.

    MDN

  8. val article: TypedHtmlTag[HTMLElement]

    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

  9. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  10. val aside: TypedHtmlTag[HTMLElement]

    Defines some content loosely related to the page content.

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

    MDN

  11. val bdi: TypedHtmlTag[HTMLElement]

    Represents text that must be isolated from its surrounding for bidirectional text formatting.

    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

  12. val bdo: TypedHtmlTag[HTMLElement]

    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

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val command: TypedHtmlTag[HTMLElement]

    A command that the user can invoke.

    A command that the user can invoke.

    MDN

  15. val data: TypedHtmlTag[HTMLElement]

    Associates to its content a machine-readable equivalent.

    Associates to its content a machine-readable equivalent.

    MDN

  16. val details: TypedHtmlTag[HTMLElement]

    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

  17. val dfn: TypedHtmlTag[HTMLElement]

    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

  18. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  20. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  23. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  24. val kbd: TypedHtmlTag[HTMLElement]

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

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

    MDN

  25. val keygen: TypedHtmlTag[HTMLElement]

    A key-pair generator control.

    A key-pair generator control.

    MDN

  26. val main: TypedHtmlTag[HTMLElement]

    Defines the main or important content in the document.

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

    MDN

  27. val mark: TypedHtmlTag[HTMLElement]

    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

  28. val math: TypedHtmlTag[HTMLElement]

    Defines a mathematical formula.

    Defines a mathematical formula.

    MDN

  29. val menu: TypedHtmlTag[HTMLMenuElement]

    A list of commands

    A list of commands

    MDN

  30. val meter: TypedHtmlTag[HTMLElement]

    A scalar measurement within a known range.

    A scalar measurement within a known range.

    MDN

  31. val nav: TypedHtmlTag[HTMLElement]

    Represents a section of a page that links to other pages or to parts within the page: a section with navigation links.

    Represents a section of a page that links to other pages or to parts within the page: a section with navigation links.

    MDN

  32. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  33. val noscript: TypedHtmlTag[HTMLElement]

    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

  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. val output: TypedHtmlTag[HTMLElement]

    The result of a calculation

    The result of a calculation

    MDN

  37. val progress: TypedHtmlTag[HTMLProgressElement]

    A progress completion bar

    A progress completion bar

    MDN

  38. val q: TypedHtmlTag[HTMLQuoteElement]

    An inline quotation.

    An inline quotation.

    MDN

  39. val rp: TypedHtmlTag[HTMLElement]

    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

  40. val rt: TypedHtmlTag[HTMLElement]

    Represents the text of a ruby annotation.

    Represents the text of a ruby annotation.

    MDN

  41. val ruby: TypedHtmlTag[HTMLElement]

    Represents content to be marked with ruby annotations, short runs of text presented alongside the text.

    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

  42. val samp: TypedHtmlTag[HTMLElement]

    Represents the output of a program or a computer.

    Represents the output of a program or a computer.

    MDN

  43. val section: TypedHtmlTag[HTMLElement]

    Represents a generic section of a document, i.

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

    MDN

  44. val style: TypedHtmlTag[HTMLStyleElement]

    Used to write inline CSS.

    Used to write inline CSS.

    MDN

  45. val summary: TypedHtmlTag[HTMLElement]

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

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

    MDN

  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. val time: TypedHtmlTag[HTMLElement]

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

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

    MDN

  48. val title: TypedHtmlTag[HTMLTitleElement]

    Defines the title of the document, shown in a browser's title bar or on the page's tab.

    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

  49. def toString(): String

    Definition Classes
    AnyRef → Any
  50. val var: TypedHtmlTag[HTMLElement]

    Represents a variable.

    Represents a variable.

    MDN

  51. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped