japgolly.scalajs.react.vdom

HtmlTags

Related Doc: package vdom

trait HtmlTags extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. HtmlTags
  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: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Definition Classes
    AnyRef → Any
  4. final val a: ReactTag

    Represents a hyperlink, linking to another resource.

    Represents a hyperlink, linking to another resource.

    MDN

  5. final val abbr: ReactTag

    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

  6. final val address: ReactTag

    Defines a section containing contact information.

    Defines a section containing contact information.

    MDN

  7. final val area: ReactTag

    In conjunction with map, defines an image map

    In conjunction with map, defines an image map

    MDN

  8. final val article: ReactTag

    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. final val aside: ReactTag

    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. final val audio: ReactTag

    Represents a sound or an audio stream.

    Represents a sound or an audio stream.

    MDN

  12. final val b: ReactTag

    Bold text.

    Bold text.

    MDN

  13. final val base: ReactTag

    Defines the base URL for relative URLs in the page.

    Defines the base URL for relative URLs in the page.

    MDN

  14. final val bdi: ReactTag

    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

  15. final val bdo: ReactTag

    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

  16. final val blockquote: ReactTag

    Represents a content that is quoted from another source.

    Represents a content that is quoted from another source.

    MDN

  17. final val body: ReactTag

    Represents the content of an HTML document.

    Represents the content of an HTML document. There is only one body element in a document.

    MDN

  18. final val br: ReactTag

    Represents a line break.

    Represents a line break.

    MDN

  19. final val button: ReactTag

    A button

    A button

    MDN

  20. final val canvas: ReactTag

    Represents a bitmap area that scripts can use to render graphics like graphs, games or any visual images on the fly.

    Represents a bitmap area that scripts can use to render graphics like graphs, games or any visual images on the fly.

    MDN

  21. final val caption: ReactTag

    The title of a table.

    The title of a table.

    MDN

  22. final val cite: ReactTag

    Represents the title of a work being cited.

    Represents the title of a work being cited.

    MDN

  23. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final val code: ReactTag

    Represents computer code.

    Represents computer code.

    MDN

  25. final val col: ReactTag

    A single column.

    A single column.

    MDN

  26. final val colgroup: ReactTag

    A set of columns.

    A set of columns.

    MDN

  27. final val command: ReactTag

    A command that the user can invoke.

    A command that the user can invoke.

    MDN

  28. final val data: ReactTag

    Associates to its content a machine-readable equivalent.

    Associates to its content a machine-readable equivalent.

    MDN

  29. final val datalist: ReactTag

    A set of predefined options for other controls.

    A set of predefined options for other controls.

    MDN

  30. final val dd: ReactTag

    Represents the definition of the terms immediately listed before it.

    Represents the definition of the terms immediately listed before it.

    MDN

  31. final val del: ReactTag

    Defines a remofinal val from the document.

    Defines a remofinal val from the document.

    MDN

  32. final val details: ReactTag

    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

  33. final val dfn: ReactTag

    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

  34. final val div: ReactTag

    Represents a generic container with no special meaning.

    Represents a generic container with no special meaning.

    MDN

  35. final val dl: ReactTag

    Defines a definition list; a list of terms and their associated definitions.

    Defines a definition list; a list of terms and their associated definitions.

    MDN

  36. final val dt: ReactTag

    Represents a term defined by the next dd

    Represents a term defined by the next dd

    MDN

  37. final val em: ReactTag

    Represents emphasized text.

    Represents emphasized text.

    MDN

  38. final val embed: ReactTag

    Represents a integration point for an external, often non-HTML, application or interactive content.

    Represents a integration point for an external, often non-HTML, application or interactive content.

    MDN

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

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

    Definition Classes
    AnyRef → Any
  41. final val fieldset: ReactTag

    A set of fields.

    A set of fields.

    MDN

  42. final val figcaption: ReactTag

    Represents the legend of a figure.

    Represents the legend of a figure.

    MDN

  43. final val figure: ReactTag

    Represents a figure illustrated as part of the document.

    Represents a figure illustrated as part of the document.

    MDN

  44. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  45. final val footer: ReactTag

    Defines the footer for a page or section.

    Defines the footer for a page or section. It often contains a copyright notice, some links to legal information, or addresses to give feedback.

    MDN

  46. final val form: ReactTag

    Represents a form, consisting of controls, that can be submitted to a server for processing.

    Represents a form, consisting of controls, that can be submitted to a server for processing.

    MDN

  47. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  48. final val h1: ReactTag

    Heading level 1

    Heading level 1

    MDN

  49. final val h2: ReactTag

    Heading level 2

    Heading level 2

    MDN

  50. final val h3: ReactTag

    Heading level 3

    Heading level 3

    MDN

  51. final val h4: ReactTag

    Heading level 4

    Heading level 4

    MDN

  52. final val h5: ReactTag

    Heading level 5

    Heading level 5

    MDN

  53. final val h6: ReactTag

    Heading level 6

    Heading level 6

    MDN

  54. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  55. final val head: ReactTag

    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

  56. final val header: ReactTag

    Defines the header of a page or section.

    Defines the header of a page or section. It often contains a logo, the title of the Web site, and a navigational table of content.

    MDN

  57. final val hr: ReactTag

    Represents a thematic break between paragraphs of a section or article or any longer content.

    Represents a thematic break between paragraphs of a section or article or any longer content.

    MDN

  58. final val html: ReactTag

    Represents the root of an HTML or XHTML document.

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

    MDN

  59. final val i: ReactTag

    Italicized text.

    Italicized text.

    MDN

  60. final val iframe: ReactTag

    Represents a nested browsing context, that is an embedded HTML document.

    Represents a nested browsing context, that is an embedded HTML document.

    MDN

  61. final val img: ReactTag

    Represents an image.

    Represents an image.

    MDN

  62. final val input: ReactTag

    A typed data field allowing the user to input data.

    A typed data field allowing the user to input data.

    MDN

  63. final val ins: ReactTag

    Defines an addition to the document.

    Defines an addition to the document.

    MDN

  64. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  65. final val kbd: ReactTag

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

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

    MDN

  66. final val keygen: ReactTag

    A key-pair generator control.

    A key-pair generator control.

    MDN

  67. final val label: ReactTag

    The caption of a single field

    The caption of a single field

    MDN

  68. final val legend: ReactTag

    The caption for a fieldset.

    The caption for a fieldset.

    MDN

  69. final val li: ReactTag

    Defines an item of an list.

    Defines an item of an list.

    MDN

  70. final val link: ReactTag

    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

  71. final val main: ReactTag

    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

  72. final val map: ReactTag

    In conjunction with area, defines an image map.

    In conjunction with area, defines an image map.

    MDN

  73. final val mark: ReactTag

    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

  74. final val math: ReactTag

    Defines a mathematical formula.

    Defines a mathematical formula.

    MDN

  75. final val menu: ReactTag

    A list of commands

    A list of commands

    MDN

  76. final val meta: ReactTag

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

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

    MDN

  77. final val meter: ReactTag

    A scalar measurement within a known range.

    A scalar measurement within a known range.

    MDN

  78. final val nav: ReactTag

    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

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

    Definition Classes
    AnyRef
  80. final val noscript: ReactTag

    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

  81. final def notify(): Unit

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

    Definition Classes
    AnyRef
  83. final val object: ReactTag

    Represents an external resource, which is treated as an image, an HTML sub-document, or an external resource to be processed by a plug-in.

    Represents an external resource, which is treated as an image, an HTML sub-document, or an external resource to be processed by a plug-in.

    MDN

  84. final val ol: ReactTag

    Defines an ordered list of items.

    Defines an ordered list of items.

    MDN

  85. final val optgroup: ReactTag

    A set of options, logically grouped.

    A set of options, logically grouped.

    MDN

  86. final val option: ReactTag

    An option in a select element.

    An option in a select element.

    MDN

  87. final val output: ReactTag

    The result of a calculation

    The result of a calculation

    MDN

  88. final val p: ReactTag

    Defines a portion that should be displayed as a paragraph.

    Defines a portion that should be displayed as a paragraph.

    MDN

  89. final val param: ReactTag

    Defines parameters for use by plug-ins invoked by object elements.

    Defines parameters for use by plug-ins invoked by object elements.

    MDN

  90. final val pre: ReactTag

    Indicates that its content is preformatted and that this format must be preserved.

    Indicates that its content is preformatted and that this format must be preserved.

    MDN

  91. final val progress: ReactTag

    A progress completion bar

    A progress completion bar

    MDN

  92. final val q: ReactTag

    An inline quotation.

    An inline quotation.

    MDN

  93. final val rp: ReactTag

    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

  94. final val rt: ReactTag

    Represents the text of a ruby annotation.

    Represents the text of a ruby annotation.

    MDN

  95. final val ruby: ReactTag

    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

  96. final val s: ReactTag

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

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

    MDN

  97. final val samp: ReactTag

    Represents the output of a program or a computer.

    Represents the output of a program or a computer.

    MDN

  98. final val script: ReactTag

    Defines either an internal script or a link to an external script.

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

    MDN

  99. final val section: ReactTag

    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

  100. final val select: ReactTag

    A control that allows the user to select one of a set of options.

    A control that allows the user to select one of a set of options.

    MDN

  101. final val small: ReactTag

    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

  102. final val source: ReactTag

    Allows the authors to specify alternate media resources for media elements like video or audio

    Allows the authors to specify alternate media resources for media elements like video or audio

    MDN

  103. final val span: ReactTag

    Represents text with no specific meaning.

    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

  104. final val strong: ReactTag

    Represents especially important text.

    Represents especially important text.

    MDN

  105. final val styleTag: ReactTag

    Used to write inline CSS.

    Used to write inline CSS.

    MDN

  106. final val sub: ReactTag

    Subscript tag

    Subscript tag

    MDN

  107. final val summary: ReactTag

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

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

    MDN

  108. final val sup: ReactTag

    Superscript tag.

    Superscript tag.

    MDN

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

    Definition Classes
    AnyRef
  110. final val table: ReactTag

    Represents data with more than one dimension.

    Represents data with more than one dimension.

    MDN

  111. final val tbody: ReactTag

    The table body.

    The table body.

    MDN

  112. final val td: ReactTag

    A single cell in a table.

    A single cell in a table.

    MDN

  113. final val textarea: ReactTag

    A multiline text edit control.

    A multiline text edit control.

    MDN

  114. final val tfoot: ReactTag

    The table footer.

    The table footer.

    MDN

  115. final val th: ReactTag

    A header cell in a table.

    A header cell in a table.

    MDN

  116. final val thead: ReactTag

    The table headers.

    The table headers.

    MDN

  117. final val time: ReactTag

    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

  118. final val titleTag: ReactTag

    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

  119. def toString(): String

    Definition Classes
    AnyRef → Any
  120. final val tr: ReactTag

    A single row in a table.

    A single row in a table.

    MDN

  121. final val track: ReactTag

    Allows authors to specify timed text track for media elements like video or audio

    Allows authors to specify timed text track for media elements like video or audio

    MDN

  122. final val u: ReactTag

    Underlined text.

    Underlined text.

    MDN

  123. final val ul: ReactTag

    Defines an unordered list of items.

    Defines an unordered list of items.

    MDN

  124. final val var: ReactTag

    Represents a variable.

    Represents a variable.

    MDN

  125. final val video: ReactTag

    Represents a video, and its associated audio files and captions, with the necessary interface to play it.

    Represents a video, and its associated audio files and captions, with the necessary interface to play it.

    MDN

  126. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  129. final val wbr: ReactTag

    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

Inherited from AnyRef

Inherited from Any

Ungrouped