A | The <a> element defines a hyperlink to a location on the same page or any other page on the Web. |
Abbr | The <abbr> element represents an abbreviation and optionally provides a full description for it. |
Address | The <address> element supplies contact information for its nearest <article> or <body> ancestor; in the latt… |
Area | The <area> element defines a hot-spot region on an image, and optionally associates it with a hypertext link. |
Article | The <article> element represents a self-contained composition in a document, page, application, or site, which is… |
Aside | The <aside> element represents a section of the page with content connected tangentially to the rest, which could be… |
Attribute | Alias for attribute value type. |
AttributeEntry | Alias for attribute entry. |
AttributeValueProvider | Represents strategy for obtaining attribute value, usually implemented by classes used as enumerated attribute values. |
Attributes | Alias for attribute entries. |
Audio | The <audio> element is used to embed sound content in documents. |
B | The <b> element represents a span of text stylistically different from normal text, without conveying any special… |
Base | The <base> element specifies the base URL to use for all relative URLs contained within a document. |
Bdi | The <bdi> element or Bi-Directional Isolation Element isolates a span of text that might be formatted in a different… |
Bdo | The <bdo> element or HTML bidirectional override element is used to override the current directionality of text. |
Blockquote | The <blockquote> element indicates that the enclosed text is an extended quotation. |
Body | The <body> element represents the content of an HTML document. |
Br | The <br> element produces a line break in text (carriage-return). |
Button | The <button> element represents a clickable button. |
ButtonType | Attribute that represents the type of the button. |
Canvas | The <canvas> element can be used to draw graphics via scripting. |
Caption | The <caption> element represents the title of a table. |
CharacterData | Alias for nodes that contains character data. |
Cite | The <cite> element epresents a reference to a creative work. |
Code | The <code> element represents a fragment of computer code. |
Col | The <col> element defines a column within a table and is used for defining common semantics on all common cells. |
ColGroup | The <colgroup> element defines a group of columns within a table. |
Comment | Represents a comment in the HTML document, although it is generally not visually shown, such comments are available to… |
Content | Alias for node child type. U |
Crossorigin | Attribute indicates whether CORS must be used when fetching the related image. |
Data | The <data> element links a given content with a machine-readable translation. |
DataList | The <datalist> element contains a set of <option> elements that represent the values available for other controls. |
Dd | The <dd> element indicates the description of a term in a description list <dl> ele |
Del | The <del> element represents a range of text that has been deleted from a document. |
Dfn | The <dfn> element represents the defining instance of a term. |
Direction | Attribute indicating the directionality of the element's text. |
Div | The <div> element is the generic container for flow content, which does not inherently represent anything. |
Dl | The <dl> element encloses a list of pairs of terms and descriptions. |
Doctype | The < |
DropZone | Attribute indicating what types of content can be dropped on an element. |
Dt | The <dt> element identifies a term in a definition list. |
Element | Represents base class for all HTML elements and defines global attributes. |
Em | The <em> element marks text that has stress emphasis. |
EmbeddedCategory | Elements belonging to the embadded category imports another resource or inserts content from another mark-up language… |
FieldSet | The <fieldset> element is used to group several controls as well as labels within a web form. |
FigCaption | The <figcaption> represents a caption or a legend associated with a <figure> element. |
Figure | The <figure> element represents self-contained content, frequently with a caption <figcaption>, and is typi… |
FlowCategory | Elements belonging to the flow category typically contain text or embedded content. |
Footer | The <footer> element represents a footer for its nearest sectioning content or sectioning root element. |
Form | The <form> element represents a document section that contains interactive controls to submit information to a web… |
FormEnctype | Attribute that represents type of content that is used to submit the form to the server. |
FormMethod | Attribute specifies the HTTP method that the browser uses to submit the form. |
FormTarget | Attribute is a keyword indicating where to display the response that is received after submitting the form. |
H1 | The <h1> heading element briefly describes the topic of the section it introduces. |
H2 | The <h2> heading element briefly describes the topic of the section it introduces. |
H3 | The <h3> heading element briefly describes the topic of the section it introduces. |
H4 | The <h4> heading element briefly describes the topic of the section it introduces. |
H5 | The <h5> heading element briefly describes the topic of the section it introduces. |
H6 | The <h6> heading element briefly describes the topic of the section it introduces. |
Head | The <head> element provides general information (metadata) about the document, including its title and links to/d… |
Header | The <header> element represents a group of introductory or navigational aids. |
HeadingCategory | Elements belonging to the heading category defines the title of a section, whether marked by an explicit sectioning… |
Hr | The <hr> element represents a thematic break between paragraph-level elements (for example, a change of scene in a… |
Html | The <html> element represents the root of an HTML document. |
I | The <i> element represents a range of text that is set off from the normal text for some reason, for example, technical… |
Img | The <img> element represents an image in the document. |
Input | The <input> element is used to create interactive controls for web-based forms in order to accept data from the user. |
InputMode | Attribute represents a hint to the browser for which keyboard to display. |
InputType | Attribute that represents the type of the control to display.. |
Ins | The <ins> element represents a range of text that has been added to a document. |
InteractiveCategory | Elements belonging to the interactive category are specifically designed for user interaction. |
Kbd | The <kbd> element represents represents user input and produces an inline element displayed in the browser's default… |
Label | The <label> element represents a caption for an item in a user interface. |
Legend | The <legend> element represents a caption for the content of its parent <fieldset>. |
Li | The <li> element is used to represent an item in a list. |
Link | The <link> element specifies relationships between the current document |
Main | The <main> represents the main content of the body of a document or application. |
Map | The <map> element is used with <area> elements to define an image map (a clickable link area). |
Mark | The <mark> element represents highlighted text, i.e., a run of text marked for reference purpose, due to its relevance… |
Meta | The <meta> element represents any metadata information that cannot be represented by one of the other meta-related… |
MetadataCategory | Elements belonging to the metadata category modify the presentation or the behavior of the rest of the document, set up… |
Meter | The <meter> element represents either a scalar value within a known range or a fractional value. |
MimeType | Attribute is used to define the MIME type of the content. |
Nav | The <nav> represents a section of a page that links to other pages or to parts within the page: a section with… |
NoScript | The <noscript> element defines a section of html to be inserted if a script type on the page is unsupported or if… |
Node | Represents a node in the HTML document. |
Ol | The <ol> element represents an ordered list of items. |
OlType | Attribute that represents the type of identifiers an ordered list will display. |
OptGroup | The <optgroup> element creates a grouping of options within a <select> element. |
Option | The <option> element is used to create a control representing an item within a <select>, an <optgroup> or a… |
P | The <p> element represents a paragraph of text. |
PhrasingCategory | Elements belonging to the phrasing category defines the text and the mark-up it contains. |
Pre | The <pre> element represents a block of preformatted text, in which structure is represented by typographic conventions… |
Preload | Attribute is intended to provide a hint to the browser about what the author thinks will lead to the best user… |
ProcessingInstruction | Represents a processing instruction. |
Progress | The <progress> element is used to view the completion progress of a task. |
Q | The <q> indicates that the enclosed text is a short inline quotation. |
Raw | Represents raw HTML. |
RenderingConfiguration | Represents rendering configuration. |
S | The <s> element renders text with a strikethrough, or a line through it. |
Samp | The <samp> element is an element intended to identify sample output from a computer program. |
Script | The <script> element is used to embed or reference an executable script within an HTML or XHTML document. |
Section | The <section> element represents a generic section of a document, i.e., a thematic grouping of content, typically with… |
Select | The <select> element represents a control that presents a menu of options. |
Shape | Attribute that represents the shape of the associated hot spot. |
Small | The <small> element makes the text font size one size smaller (for example, from large to medium, or from small to… |
Source | The <source> element specifies multiple media resources for either the <picture>, the <audio> or the <v |
Span | The <span> element is a generic inline container for phrasing content, which does not inherently represent anything. |
Strong | The <small> element gives text strong importance, and is typically displayed in bold. |
Style | The <style> element contains style information for a document, or part of a document. |
Sub | The <sub> element defines a span of text that should be displayed, for typographic reasons, lower, and often smaller,… |
Sup | The <sup> element defines a span of text that should be displayed, for typographic reasons, higher, and often smaller,… |
TBody | The <tbody> element defines one or more tr element data-rows to be the body of its parent table element. |
TFoot | The <tfoot> element defines a set of rows summarizing the columns of the table. |
THead | The <thead> element defines a set of rows defining the head of the columns of the table. |
Table | The <table> element represents data with more than one dimension, in the form of a table. |
Td | The <td> element defines a cell of a table that contains data. |
Template | The <template> element is a mechanism for holding client-side content that is not to be rendered when a page is loaded… |
TextArea | The <textarea> element represents a multi-line plain-text editing control. |
Th | The <th> element defines a cell as a header for a group of cells of a table. |
Time | The <time> element represents either a time on a 24-hour clock or a precise date in the Gregorian calendar (with… |
Title | The <title> element defines the title of the document, shown in a browser's title bar or on the page's tab. |
Tr | The <tr> element represents table row, defines a row of cells in a table. |
Track | The <track> element is used as a child of the media elements <audio> and < |
TrackKind | Attribute that defines how the text track is meant to be used. |
U | The <u> element renders text with an underline, a line under the baseline of its content. |
Ul | The <ul> element represents an unordered list of items, namely a collection of items that do not have a numerical… |
Var | The <var> element represents a variable in a mathematical expression or a programming context. |
Video | The <video> element to embed video content in a document. |
Wbr | The <wbr> element represents word break opportunity a position within text where the browser may optionally break a… |
Wrap | Attribute indicating how the control wraps text. |
renderTemplate() | Render given template. |