HtmlTags
Value members
Concrete methods
Create HTML tag
Create HTML tag
Note: this simply creates an instance of HtmlTag.
- This does not create the element (to do that, call .apply() on the returned tag instance)
- This does not register this tag name as a custom element
- Type parameters:
- Ref
- type of elements with this tag, e.g. dom.html.Input for "input" tag
- Value parameters:
- name
- e.g. "div" or "mwc-input"
Concrete fields
Represents a hyperlink, linking to another resource.
Represents a hyperlink, linking to another resource.
- See also:
An abbreviation or acronym; the expansion of the abbreviation can be represented in the title attribute.
An abbreviation or acronym; the expansion of the abbreviation can be represented in the title attribute.
- See also:
Defines a section containing contact information.
Defines a section containing contact information.
- See also:
In conjunction with map, defines an image map
In conjunction with map, defines an image map
- See also:
Defines self-contained content that could exist independently of the rest of the content.
Defines self-contained content that could exist independently of the rest of the content.
- See also:
Defines some content loosely related to the page content. If it is removed, the remaining content still makes sense.
Defines some content loosely related to the page content. If it is removed, the remaining content still makes sense.
- See also:
Defines the base URL for relative URLs in the page.
Defines the base URL for relative URLs in the page.
- See also:
Represents text that must be isolated from its surrounding for bidirectional text formatting. It allows embedding a span of text with a different, or unknown, directionality.
Represents text that must be isolated from its surrounding for bidirectional text formatting. It allows embedding a span of text with a different, or unknown, directionality.
- See also:
Represents the directionality of its children, in order to explicitly override the Unicode bidirectional algorithm.
Represents the directionality of its children, in order to explicitly override the Unicode bidirectional algorithm.
- See also:
Represents a content that is quoted from another source.
Represents a content that is quoted from another source.
- See also:
Represents the content of an HTML document. There is only one body element in a document.
Represents the content of an HTML document. There is only one body element in a document.
- See also:
Represents a bitmap area that scripts can use to render graphics like graphs, games or any visual images on the fly.
Represents a bitmap area that scripts can use to render graphics like graphs, games or any visual images on the fly.
- See also:
A set of predefined options for other controls.
A set of predefined options for other controls.
- See also:
Associates to its content a machine-readable equivalent.
Associates to its content a machine-readable equivalent.
- See also:
Represents the definition of the terms immediately listed before it.
Represents the definition of the terms immediately listed before it.
- See also:
A widget from which the user can obtain additional information or controls.
A widget from which the user can obtain additional information or controls.
- See also:
Represents a term whose definition is contained in its nearest ancestor content.
Represents a term whose definition is contained in its nearest ancestor content.
- See also:
Dialog box or other interactive component, such as a dismissible alert, inspector, or subwindow.
Dialog box or other interactive component, such as a dismissible alert, inspector, or subwindow.
Note: The tabindex attribute must not be used on the <dialog> element
- See also:
Represents a generic container with no special meaning.
Represents a generic container with no special meaning.
- See also:
Defines a definition list; a list of terms and their associated definitions.
Defines a definition list; a list of terms and their associated definitions.
- See also:
Represents a integration point for an external, often non-HTML, application or interactive content.
Represents a integration point for an external, often non-HTML, application or interactive content.
- See also:
Represents a figure illustrated as part of the document.
Represents a figure illustrated as part of the document.
- See also:
Represents a form, consisting of controls, that can be submitted to a server for processing.
Represents a form, consisting of controls, that can be submitted to a server for processing.
- See also:
Represents a collection of metadata about the document, including links to, or definitions of, scripts and style sheets.
Represents a collection of metadata about the document, including links to, or definitions of, scripts and style sheets.
- See also:
Defines the header of a page or section. It often contains a logo, the title of the Web site, and a navigational table of content.
Defines the header of a page or section. It often contains a logo, the title of the Web site, and a navigational table of content.
- See also:
Represents a thematic break between paragraphs of a section or article or any longer content.
Represents a thematic break between paragraphs of a section or article or any longer content.
- See also:
Represents the root of an HTML or XHTML document. All other elements must be descendants of this element.
Represents the root of an HTML or XHTML document. All other elements must be descendants of this element.
- See also:
Represents a nested browsing context, that is an embedded HTML document.
Represents a nested browsing context, that is an embedded HTML document.
- See also:
A typed data field allowing the user to input data.
A typed data field allowing the user to input data.
- See also:
Represents user input, often from a keyboard, but not necessarily.
Represents user input, often from a keyboard, but not necessarily.
- See also:
Used to link JavaScript and external CSS with the current HTML document.
Used to link JavaScript and external CSS with the current HTML document.
- See also:
Defines the main or important content in the document. There is only one main element in the document.
Defines the main or important content in the document. There is only one main element in the document.
- See also:
In conjunction with area, defines an image map.
In conjunction with area, defines an image map.
- See also:
Represents text highlighted for reference purposes, that is for its relevance in another context.
Represents text highlighted for reference purposes, that is for its relevance in another context.
- See also:
Defines metadata that can't be defined using another HTML element.
Defines metadata that can't be defined using another HTML element.
- See also:
Defines alternative content to display when the browser doesn't support scripting.
Defines alternative content to display when the browser doesn't support scripting.
- See also:
Represents an external resource, which is treated as an image, an HTML sub-document, or an external resource to be processed by a plug-in.
Represents an external resource, which is treated as an image, an HTML sub-document, or an external resource to be processed by a plug-in.
- See also:
Defines a portion that should be displayed as a paragraph.
Defines a portion that should be displayed as a paragraph.
- See also:
Defines parameters for use by plug-ins invoked by object elements.
Defines parameters for use by plug-ins invoked by object elements.
- See also:
Indicates that its content is preformatted and that this format must be preserved.
Indicates that its content is preformatted and that this format must be preserved.
- See also:
Represents parenthesis around a ruby annotation, used to display the annotation in an alternate way by browsers not supporting the standard display for annotations.
Represents parenthesis around a ruby annotation, used to display the annotation in an alternate way by browsers not supporting the standard display for annotations.
- See also:
Represents content to be marked with ruby annotations, short runs of text presented alongside the text. This is often used in conjunction with East Asian language where the annotations act as a guide for pronunciation, like the Japanese furigana .
Represents content to be marked with ruby annotations, short runs of text presented alongside the text. This is often used in conjunction with East Asian language where the annotations act as a guide for pronunciation, like the Japanese furigana .
- See also:
Strikethrough element, used for that is no longer accurate or relevant.
Strikethrough element, used for that is no longer accurate or relevant.
- See also:
Represents the output of a program or a computer.
Represents the output of a program or a computer.
- See also:
Defines either an internal script or a link to an external script. The script language is JavaScript.
Defines either an internal script or a link to an external script. The script language is JavaScript.
- See also:
Represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading.
Represents a generic section of a document, i.e., a thematic grouping of content, typically with a heading.
- See also:
A control that allows the user to select one of a set of options.
A control that allows the user to select one of a set of options.
- See also:
Represents a side comment; text like a disclaimer or copyright, which is not essential to the comprehension of the document.
Represents a side comment; text like a disclaimer or copyright, which is not essential to the comprehension of the document.
- See also:
Allows the authors to specify alternate media resources for media elements like video or audio
Allows the authors to specify alternate media resources for media elements like video or audio
- See also:
Represents text with no specific meaning. This has to be used when no other text-semantic element conveys an adequate meaning, which, in this case, is often brought by global attributes like class, lang, or dir.
Represents text with no specific meaning. This has to be used when no other text-semantic element conveys an adequate meaning, which, in this case, is often brought by global attributes like class, lang, or dir.
- See also:
A summary, caption, or legend for a given details.
A summary, caption, or legend for a given details.
- See also:
Represents data with more than one dimension.
Represents data with more than one dimension.
- See also:
Represents a date and time value; the machine-readable equivalent can be represented in the datetime attribute
Represents a date and time value; the machine-readable equivalent can be represented in the datetime attribute
- See also:
Defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text and any contained tags are not interpreted.
Defines the title of the document, shown in a browser's title bar or on the page's tab. It can only contain text and any contained tags are not interpreted.
- See also:
Allows authors to specify timed text track for media elements like video or audio
Allows authors to specify timed text track for media elements like video or audio
- See also:
Represents a video, and its associated audio files and captions, with the necessary interface to play it.
Represents a video, and its associated audio files and captions, with the necessary interface to play it.
- See also: