GroupingTags

trait GroupingTags[T[_ <: DomHtmlElement], DomHtmlElement, HtmlParagraph <: DomHtmlElement, HtmlHr <: DomHtmlElement, HtmlPre <: DomHtmlElement, HtmlQuote <: DomHtmlElement, HtmlOlist <: DomHtmlElement, HtmUlist <: DomHtmlElement, HtmlLi <: DomHtmlElement, HtmlDlist <: DomHtmlElement, HtmlElement <: DomHtmlElement, HtmlDiv <: DomHtmlElement]
class Object
trait Matchable
class Any

Value members

Concrete fields

lazy val blockQuote: T[HtmlQuote]

Represents a content that is quoted from another source.

Represents a content that is quoted from another source.

MDN

lazy val dd: T[HtmlElement]

Represents the definition of the terms immediately listed before it.

Represents the definition of the terms immediately listed before it.

MDN

lazy val div: T[HtmlDiv]

Represents a generic container with no special meaning.

Represents a generic container with no special meaning.

MDN

lazy val dl: T[HtmlDlist]

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

lazy val dt: T[HtmlElement]

Represents a term defined by the next dd

Represents a term defined by the next dd

MDN

lazy val figCaption: T[HtmlElement]

Represents the legend of a figure.

Represents the legend of a figure.

MDN

lazy val figure: T[HtmlElement]

Represents a figure illustrated as part of the document.

Represents a figure illustrated as part of the document.

MDN

lazy val hr: T[HtmlHr]

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

lazy val li: T[HtmlLi]

Defines an item of an list.

Defines an item of an list.

MDN

lazy val ol: T[HtmlOlist]

Defines an ordered list of items.

Defines an ordered list of items.

MDN

lazy val p: T[HtmlParagraph]

Defines a portion that should be displayed as a paragraph.

Defines a portion that should be displayed as a paragraph.

MDN

lazy val pre: T[HtmlPre]

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

lazy val ul: T[HtmUlist]

Defines an unordered list of items.

Defines an unordered list of items.

MDN