domino_html library

Functions

a<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? download, String? draggable, String? hidden, String? href, String? hreflang, String? id, String? itemprop, String? lang, String? media, String? ping, String? referrerpolicy, String? rel, String? role, String? shape, String? slot, String? spellcheck, String? tabindex, String? target, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Together with its href attribute, creates a hyperlink to web pages, files, email addresses, locations within the current page, or anything else a URL can address.
abbr<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents an abbreviation or acronym.
acronym<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Allows authors to clearly indicate a sequence of characters that compose an acronym or abbreviation for a word.
address<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Indicates that the enclosed HTML provides contact information for a person or people, or for an organization.
area<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? alt, String? autocapitalize, String? contenteditable, String? coords, String? dir, String? download, String? draggable, String? hidden, String? href, String? id, String? itemprop, String? lang, String? media, String? ping, String? referrerpolicy, String? rel, String? role, String? shape, String? slot, String? spellcheck, String? tabindex, String? target, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Defines an area inside an image map that has predefined clickable areas. An image map allows geometric areas on an image to be associated with hyperlink.
article<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a self-contained composition in a document, page, application, or site, which is intended to be independently distributable or reusable (e.g., in syndication). Examples include a forum post, a magazine or newspaper article, a blog entry, a product card, a user-submitted comment, an interactive widget or gadget, or any other independent item of content.
aside<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a portion of a document whose content is only indirectly related to the document's main content. Asides are frequently presented as sidebars or call-out boxes.
audio<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, bool? autoplay, String? contenteditable, bool? controls, String? crossorigin, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, bool? loop, bool? muted, String? preload, String? role, String? slot, String? spellcheck, String? src, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Used to embed sound content in documents. It may contain one or more audio sources, represented using the src attribute or the source element: the browser will choose the most suitable one. It can also be the destination for streamed media, using a MediaStream.
b<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Used to draw the reader's attention to the element's contents, which are not otherwise granted special importance. This was formerly known as the Boldface element, and most browsers still draw the text in boldface. However, you should not use for styling text or granting importance. If you wish to create boldface text, you should use the CSS font-weight property. If you wish to indicate an element is of special importance, you should use the strong element.
base<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? href, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? target, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Specifies the base URL to use for all relative URLs in a document. There can be only one such element in a document.
bdi<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Tells the browser's bidirectional algorithm to treat the text it contains in isolation from its surrounding text. It's particularly useful when a website dynamically inserts some text and doesn't know the directionality of the text being inserted.
bdo<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Overrides the current directionality of text, so that the text within is rendered in a different direction.
big<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Renders the enclosed text at a font size one level larger than the surrounding text (medium becomes large, for example). The size is capped at the browser's maximum permitted font size.
blockquote<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? cite, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation. A URL for the source of the quotation may be given using the cite attribute, while a text representation of the source can be given using the element.
body<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? background, String? bgcolor, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
represents the content of an HTML document. There can be only one such element in a document.
br<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Produces a line break in text (carriage-return). It is useful for writing a poem or an address, where the division of lines is significant.
button<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, bool? disabled, String? draggable, String? form, String? formaction, String? formenctype, String? formmethod, bool? formnovalidate, String? formtarget, String? hidden, String? id, String? itemprop, String? lang, String? name, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, String? type, String? value, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
An interactive element activated by a user with a mouse, keyboard, finger, voice command, or other assistive technology. Once activated, it performs an action, such as submitting a form or opening a dialog.
canvas<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? height, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, String? width, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Container element to use with either the canvas scripting API or the WebGL API to draw graphics and animations.
caption<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Specifies the caption (or title) of a table.
center<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Displays its block-level or inline contents centered horizontally within its containing element.
cite<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Used to mark up the title of a cited creative work. The reference may be in an abbreviated form according to context-appropriate conventions related to citation metadata.
code<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Displays its contents styled in a fashion intended to indicate that the text is a short fragment of computer code. By default, the content text is displayed using the user agent's default monospace font.
col<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? bgcolor, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? span, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Defines one or more columns in a column group represented by its implicit or explicit parent element. The element is only valid as a child of a element that has no span attribute defined.
colgroup<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? bgcolor, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? span, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Defines a group of columns within a table.
content<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
An obsolete part of the Web Components suite of technologies—was used inside of Shadow DOM as an insertion point, and wasn't meant to be used in ordinary HTML. It has now been replaced by the
data<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, String? value, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Links a given piece of content with a machine-readable translation. If the content is time- or date-related, the
datalist<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Contains a set of
dd<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Provides the description, definition, or value for the preceding term (
del<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? cite, String? contenteditable, String? datetime, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a range of text that has been deleted from a document. This can be used when rendering "track changes" or source code diff information, for example. The element can be used for the opposite purpose: to indicate text that has been added to the document.
details<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, bool? open, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Creates a disclosure widget in which information is visible only when the widget is toggled into an "open" state. A summary or label must be provided using the
dfn<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Used to indicate the term being defined within the context of a definition phrase or sentence. The ancestor
dialog<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, bool? open, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a dialog box or other interactive component, such as a dismissible alert, inspector, or subwindow.
dir<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Container for a directory of files and/or folders, potentially with styles and icons applied by the user agent. Do not use this obsolete element; instead, you should use the
div<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
The generic container for flow content. It has no effect on the content or layout until styled in some way using CSS (e.g., styling is directly applied to it, or some kind of layout model like flexbox is applied to its parent element).
dl<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a description list. The element encloses a list of groups of terms (specified using the
dt<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Specifies a term in a description or definition list, and as such must be used inside a
em<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Marks text that has stress emphasis. The element can be nested, with each nesting level indicating a greater degree of emphasis.
embed<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? height, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? src, String? tabindex, String? title, String? translate, String? type, String? width, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Embeds external content at the specified point in the document. This content is provided by an external application or other source of interactive content such as a browser plug-in.
fieldset<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, bool? disabled, String? draggable, String? form, String? hidden, String? id, String? itemprop, String? lang, String? name, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Used to group several controls as well as labels (
figcaption<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a caption or legend describing the rest of the contents of its parent
figure<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents self-contained content, potentially with an optional caption, which is specified using the
font<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? color, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Defines the font size, color and face for its content.
Represents a footer for its nearest ancestor sectioning content or sectioning root element. A
form<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accept, String? acceptCharset, String? accesskey, String? action, String? autocapitalize, String? autocomplete, String? contenteditable, String? dir, String? draggable, String? enctype, String? hidden, String? id, String? itemprop, String? lang, String? method, String? name, bool? novalidate, String? role, String? slot, String? spellcheck, String? tabindex, String? target, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a document section containing interactive controls for submitting information.
frame<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Defines a particular area in which another HTML document can be displayed. A frame should be used within a .
frameset<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Used to contain elements.
h1<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represent six levels of section headings.
h2<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represent six levels of section headings.
h3<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represent six levels of section headings.
h4<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represent six levels of section headings.
h5<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represent six levels of section headings.
h6<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represent six levels of section headings.
Contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets.
Represents introductory content, typically a group of introductory or navigational aids. It may contain some heading elements but also a logo, a search form, an author name, and other elements.
hgroup<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a heading grouped with any secondary content, such as subheadings, an alternative title, or a tagline.
hr<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? color, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a thematic break between paragraph-level elements: for example, a change of scene in a story, or a shift of topic within a section.
html<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents the root (top-level element) of an HTML document, so it is also referred to as the root element. All other elements must be descendants of this element.
i<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a range of text that is set off from the normal text for some reason, such as idiomatic text, technical terms, and taxonomical designations, among others. Historically, these have been presented using italicized type, which is the original source of the naming of this element.
iframe<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? allow, String? autocapitalize, String? contenteditable, String? csp, String? dir, String? draggable, String? height, String? hidden, String? id, String? itemprop, String? lang, String? loading, String? name, String? referrerpolicy, String? role, String? sandbox, String? slot, String? spellcheck, String? src, String? srcdoc, String? tabindex, String? title, String? translate, String? width, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a nested browsing context, embedding another HTML page into the current one.
image<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
An ancient and poorly supported precursor to the element. It should not be used.
img<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? alt, String? autocapitalize, String? border, String? contenteditable, String? crossorigin, String? decoding, String? dir, String? draggable, String? height, String? hidden, String? id, bool? ismap, String? itemprop, String? lang, String? loading, String? referrerpolicy, String? role, String? sizes, String? slot, String? spellcheck, String? src, String? srcset, String? tabindex, String? title, String? translate, String? usemap, String? width, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Embeds an image into the document.
input<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accept, String? accesskey, String? alt, String? autocapitalize, String? autocomplete, String? capture, bool? checked, String? contenteditable, String? dir, String? dirname, bool? disabled, String? draggable, String? form, String? formaction, String? formenctype, String? formmethod, bool? formnovalidate, String? formtarget, String? height, String? hidden, String? id, String? itemprop, String? lang, String? list, String? max, String? maxlength, String? min, String? minlength, bool? multiple, String? name, String? pattern, String? placeholder, bool? readonly, bool? required, String? role, String? size, String? slot, String? spellcheck, String? src, String? step, String? tabindex, String? title, String? translate, String? type, String? usemap, String? value, String? width, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Used to create interactive controls for web-based forms to accept data from the user; a wide variety of types of input data and control widgets are available, depending on the device and user agent. The element is one of the most powerful and complex in all of HTML due to the sheer number of combinations of input types and attributes.
ins<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? cite, String? contenteditable, String? datetime, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a range of text that has been added to a document. You can use the element to similarly represent a range of text that has been deleted from the document.
kbd<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a span of inline text denoting textual user input from a keyboard, voice input, or any other text entry device. By convention, the user agent defaults to rendering the contents of a element using its default monospace font, although this is not mandated by the HTML standard.
label<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? for$, String? form, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a caption for an item in a user interface.
legend<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a caption for the content of its parent
li<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, String? value, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents an item in a list. It must be contained in a parent element: an ordered list (
Specifies relationships between the current document and an external resource. This element is most commonly used to link to CSS but is also used to establish site icons (both "favicon" style icons and icons for the home screen and apps on mobile devices) among other things.
main<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents the dominant content of the body of a document. The main content area consists of content that is directly related to or expands upon the central topic of a document, or the central functionality of an application.
map<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? name, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Used with elements to define an image map (a clickable link area).
mark<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents text which is marked or highlighted for reference or notation purposes due to the marked passage's relevance in the enclosing context.
marquee<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? bgcolor, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, bool? loop, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Used to insert a scrolling area of text. You can control what happens when the text reaches the edges of its content area using its attributes.
math<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
The top-level element in MathML. Every valid MathML instance must be wrapped in it. In addition, you must not nest a second
A semantic alternative to
Represents a command that a user is able to invoke through a popup menu. This includes context menus, as well as menus that might be attached to a menu button.
meta<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? charset, String? content, String? contenteditable, String? dir, String? draggable, String? hidden, String? httpEquiv, String? id, String? itemprop, String? lang, String? name, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents metadata that cannot be represented by other HTML meta-related elements, like , ,
meter<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? form, String? hidden, String? high, String? id, String? itemprop, String? lang, String? low, String? max, String? min, String? optimum, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, String? value, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents either a scalar value within a known range or a fractional value.
Represents a section of a page whose purpose is to provide navigation links, either within the current document or to other documents. Common examples of navigation sections are menus, tables of contents, and indexes.
nobr<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Prevents the text it contains from automatically wrapping across multiple lines, potentially resulting in the user having to scroll horizontally to see the entire width of the text.
noembed<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
An obsolete, non-standard way to provide alternative, or "fallback", content for browsers that do not support the embed element or do not support the type of embedded content an author wishes to use. This element was deprecated in HTML 4.01 and above in favor of placing fallback content between the opening and closing tags of an
noframes<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Provides content to be presented in browsers that don't support (or have disabled support for) the element. Although most commonly-used browsers support frames, there are exceptions, including certain special-use browsers including some mobile browsers, as well as text-mode browsers.
noscript<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Defines a section of HTML to be inserted if a script type on the page is unsupported or if scripting is currently turned off in the browser.
object<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? border, String? contenteditable, String? data, String? dir, String? draggable, String? form, String? height, String? hidden, String? id, String? itemprop, String? lang, String? name, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, String? type, String? usemap, String? width, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin.
ol<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, bool? reversed, String? role, String? slot, String? spellcheck, String? start, String? tabindex, String? title, String? translate, String? type, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents an ordered list of items — typically rendered as a numbered list.
optgroup<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, bool? disabled, String? draggable, String? hidden, String? id, String? itemprop, String? label, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Creates a grouping of options within a
option<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, bool? disabled, String? draggable, String? hidden, String? id, String? itemprop, String? label, String? lang, String? role, bool? selected, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, String? value, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Used to define an item contained in a select, an
output<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? for$, String? form, String? hidden, String? id, String? itemprop, String? lang, String? name, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Container element into which a site or app can inject the results of a calculation or the outcome of a user action.
p<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a paragraph. Paragraphs are usually represented in visual media as blocks of text separated from adjacent blocks by blank lines and/or first-line indentation, but HTML paragraphs can be any structural grouping of related content, such as images or form fields.
param<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? name, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, String? value, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Defines parameters for an
picture<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Contains zero or more elements and one element to offer alternative versions of an image for different display/device scenarios.
plaintext<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Renders everything following the start tag as raw text, ignoring any following HTML. There is no closing tag, since everything after it is considered raw text.
portal<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Enables the embedding of another HTML page into the current one to enable smoother navigation into new pages.
pre<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents preformatted text which is to be presented exactly as written in the HTML file. The text is typically rendered using a non-proportional, or monospaced, font. Whitespace inside this element is displayed as written.
progress<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? form, String? hidden, String? id, String? itemprop, String? lang, String? max, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, String? value, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Displays an indicator showing the completion progress of a task, typically displayed as a progress bar.
q<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? cite, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Indicates that the enclosed text is a short inline quotation. Most modern browsers implement this by surrounding the text in quotation marks. This element is intended for short quotations that don't require paragraph breaks; for long quotations use the
rb<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Used to delimit the base text component of a ruby annotation, i.e. the text that is being annotated. One
rp<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Used to provide fall-back parentheses for browsers that do not support the display of ruby annotations using the element. One element should enclose each of the opening and closing parentheses that wrap the element that contains the annotation's text.
rt<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Specifies the ruby text component of a ruby annotation, which is used to provide pronunciation, translation, or transliteration information for East Asian typography. The element must always be contained within a element.
rtc<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Embraces semantic annotations of characters presented in a ruby of
ruby<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents small annotations that are rendered above, below, or next to base text, usually used for showing the pronunciation of East Asian characters. It can also be used for annotating other kinds of text, but this usage is less common.
s<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Renders text with a strikethrough, or a line through it. Use the element to represent things that are no longer relevant or no longer accurate. However, is not appropriate when indicating document edits; for that, use the and elements, as appropriate.
samp<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Used to enclose inline text which represents sample (or quoted) output from a computer program. Its contents are typically rendered using the browser's default monospaced font (such as Courier or Lucida Console).
script<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, bool? async, String? autocapitalize, String? contenteditable, String? crossorigin, bool? defer, String? dir, String? draggable, String? hidden, String? id, String? integrity, String? itemprop, String? lang, String? referrerpolicy, String? role, String? slot, String? spellcheck, String? src, String? tabindex, String? title, String? translate, String? type, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Used to embed executable code or data; this is typically used to embed or refer to JavaScript code. The
Represents a part that contains a set of form controls or other content related to performing a search or filtering operation.
section<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a generic standalone section of a document, which doesn't have a more specific semantic element to represent it. Sections should always have a heading, with very few exceptions.
select<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? autocomplete, String? contenteditable, String? dir, bool? disabled, String? draggable, String? form, String? hidden, String? id, String? itemprop, String? lang, bool? multiple, String? name, bool? required, String? role, String? size, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a control that provides a menu of options.
shadow<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
An obsolete part of the Web Components technology suite that was intended to be used as a shadow DOM insertion point. You might have used it if you have created multiple shadow roots under a shadow host. Consider using
slot<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Part of the Web Components technology suite, this element is a placeholder inside a web component that you can fill with your own markup, which lets you create separate DOM trees and present them together.
small<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents side-comments and small print, like copyright and legal text, independent of its styled presentation. By default, it renders text within it one font size smaller, such as from small to x-small.
source<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? media, String? role, String? sizes, String? slot, String? spellcheck, String? src, String? srcset, String? tabindex, String? title, String? translate, String? type, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Specifies multiple media resources for the picture, the audio element, or the video element. It is a void element, meaning that it has no content and does not have a closing tag. It is commonly used to offer the same media content in multiple file formats in order to provide compatibility with a broad range of browsers given their differing support for image file formats and media file formats.
span<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
A generic inline container for phrasing content, which does not inherently represent anything. It can be used to group elements for styling purposes (using the class or id attributes), or because they share attribute values, such as lang. It should be used only when no other semantic element is appropriate. is very much like a div element, but div is a block-level element whereas a is an inline-level element.
strike<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Places a strikethrough (horizontal line) over text.
strong<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Indicates that its contents have strong importance, seriousness, or urgency. Browsers typically render the contents in bold type.
style<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? media, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, String? type, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Contains style information for a document or part of a document. It contains CSS, which is applied to the contents of the document containing this element.
sub<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Specifies inline text which should be displayed as subscript for solely typographical reasons. Subscripts are typically rendered with a lowered baseline using smaller text.
summary<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Specifies a summary, caption, or legend for a details element's disclosure box. Clicking the
sup<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Specifies inline text which is to be displayed as superscript for solely typographical reasons. Superscripts are usually rendered with a raised baseline using smaller text.
svg<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Container defining a new coordinate system and viewport. It is used as the outermost element of SVG documents, but it can also be used to embed an SVG fragment inside an SVG or HTML document.
table<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? background, String? bgcolor, String? border, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents tabular data—that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data.
tbody<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? bgcolor, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Encapsulates a set of table rows ( elements), indicating that they comprise the body of a table's (main) data.
td<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? background, String? bgcolor, String? colspan, String? contenteditable, String? dir, String? draggable, String? headers, String? hidden, String? id, String? itemprop, String? lang, String? role, String? rowspan, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
A child of the element, it defines a cell of a table that contains data.
template<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
A mechanism for holding HTML that is not to be rendered immediately when a page is loaded but may be instantiated subsequently during runtime using JavaScript.
textarea<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? autocomplete, String? cols, String? contenteditable, String? dir, String? dirname, bool? disabled, String? draggable, String? enterkeyhint, String? form, String? hidden, String? id, String? inputmode, String? itemprop, String? lang, String? maxlength, String? minlength, String? name, String? placeholder, bool? readonly, bool? required, String? role, String? rows, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, String? wrap, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a multi-line plain-text editing control, useful when you want to allow users to enter a sizeable amount of free-form text, for example, a comment on a review or feedback form.
tfoot<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? bgcolor, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Encapsulates a set of table rows ( elements), indicating that they comprise the foot of a table with information about the table's columns. This is usually a summary of the columns, e.g., a sum of the given numbers in a column.
th<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? background, String? bgcolor, String? colspan, String? contenteditable, String? dir, String? draggable, String? headers, String? hidden, String? id, String? itemprop, String? lang, String? role, String? rowspan, String? scope, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
A child of the element, it defines a cell as the header of a group of table cells. The nature of this group can be explicitly defined by the scope and headers attributes.
thead<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Encapsulates a set of table rows ( elements), indicating that they comprise the head of a table with information about the table's columns. This is usually in the form of column headers ( elements).
time<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? datetime, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a specific period in time. It may include the datetime attribute to translate dates into machine-readable format, allowing for better search engine results or custom features such as reminders.
title<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Defines the document's title that is shown in a browser's title bar or a page's tab. It only contains text; tags within the element are ignored.
tr<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? bgcolor, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Defines a row of cells in a table. The row's cells can then be established using a mix of (data cell) and (header cell) elements.
track<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, bool? default$, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? kind, String? label, String? lang, String? role, String? slot, String? spellcheck, String? src, String? srclang, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Used as a child of the media elements, audio and video. It lets you specify timed text tracks (or time-based data), for example to automatically handle subtitles. The tracks are formatted in WebVTT format (.vtt files)—Web Video Text Tracks.
tt<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Creates inline text which is presented using the user agent default monospace font face. This element was created for the purpose of rendering text as it would be displayed on a fixed-width display such as a teletype, text-only screen, or line printer.
u<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a span of inline text which should be rendered in a way that indicates that it has a non-textual annotation. This is rendered by default as a simple solid underline but may be altered using CSS.
ul<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents an unordered list of items, typically rendered as a bulleted list.
var$<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents the name of a variable in a mathematical expression or a programming context. It's typically presented using an italicized version of the current typeface, although that behavior is browser-dependent.
video<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, bool? autoplay, String? contenteditable, bool? controls, String? crossorigin, String? dir, String? draggable, String? height, String? hidden, String? id, String? itemprop, String? lang, bool? loop, bool? muted, bool? playsinline, String? poster, String? preload, String? role, String? slot, String? spellcheck, String? src, String? tabindex, String? title, String? translate, String? width, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Embeds a media player which supports video playback into the document. You can also use
wbr<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Represents a word break opportunity—a position within text where the browser may optionally break a line, though its line-breaking rules would not otherwise create a break at that location.
xmp<L, V>({String? key, List<String>? classes, Map<String, String>? attributes, Map<String, String>? styles, String? accesskey, String? autocapitalize, String? contenteditable, String? dir, String? draggable, String? hidden, String? id, String? itemprop, String? lang, String? role, String? slot, String? spellcheck, String? tabindex, String? title, String? translate, Map<String, DomEventFn<L, V>>? events, DomLifecycleEventFn<L>? onCreate, DomLifecycleEventFn<L>? onUpdate, DomLifecycleEventFn<L>? onRemove, Iterable<DomNode<L, V>>? children, DomNode<L, V>? child, String? text}) → DomElement<L, V>
Renders text between the start and end tags without interpreting the HTML in between and using a monospaced font. The HTML2 specification recommended that it should be rendered wide enough to allow 80 characters per line.