Module pinwheel::elements::html[][src]

Expand description

https://developer.mozilla.org/en-US/docs/Web/HTML/Element. https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes

Modules

style

Structs

AElement

The HTML <a> element (or anchor element), with its href attribute, creates a hyperlink to web pages, files, email addresses, locations in the same page, or anything else a URL can address.

AbbrElement

The HTML Abbreviation element (<abbr>) represents an abbreviation or acronym; the optional title attribute can provide an expansion or description for the abbreviation.

AddressElement

The HTML <address> element indicates that the enclosed HTML provides contact information for a person or people, or for an organization.

AreaElement

The HTML <area> element 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.

ArticleElement

The HTML <article> element 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).

AsideElement

The HTML <aside> element represents a portion of a document whose content is only indirectly related to the document’s main content.

AudioElement

The HTML <audio> element is 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.

BElement

The HTML Bring Attention To element (<b>) is used to draw the reader’s attention to the element’s contents, which are not otherwise granted special importance.

BaseElement

The HTML <base> element specifies the base URL to use for all relative URLs in a document.

BdiElement

The HTML Bidirectional Isolate element (<bdi>) tells the browser’s bidirectional algorithm to treat the text it contains in isolation from its surrounding text.

BdoElement

The HTML Bidirectional Text Override element (<bdo>) overrides the current directionality of text, so that the text within is rendered in a different direction.

BlockquoteElement

The HTML <blockquote> Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see Notes for how to change it). 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 cite element.

BodyElement

The HTML <body> Element represents the content of an HTML document. There can be only one <body> element in a document.

BrElement

The HTML <br> element 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.

ButtonElement

The HTML <button> element represents a clickable button, used to submit forms or anywhere in a document for accessible, standard button functionality.

CanvasElement

Use the HTML <canvas> element with either the canvas scripting API or the WebGL API to draw graphics and animations.

CaptionElement

The HTML <caption> element specifies the caption (or title) of a table.

CiteElement

The HTML Citation element (<cite>) is used to describe a reference to a cited creative work, and must include the title of that work.

CodeElement

The HTML <code> element displays its contents styled in a fashion intended to indicate that the text is a short fragment of computer code.

ColElement

The HTML <col> element defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a colgroup element.

ColgroupElement

The HTML <colgroup> element defines a group of columns within a table.

DataElement

The HTML <data> element links a given piece of content with a machine-readable translation. If the content is time- or date-related, the time element must be used.

DatalistElement

The HTML <datalist> element contains a set of option elements that represent the permissible or recommended options available to choose from within other controls.

DdElement

The HTML <dd> element provides the description, definition, or value for the preceding term (dt) in a description list (dl).

DelElement

The HTML <del> element represents a range of text that has been deleted from a document.

DetailsElement

The HTML Details Element (<details>) creates a disclosure widget in which information is visible only when the widget is toggled into an "open" state.

DialogElement

The HTML <dialog> element represents a dialog box or other interactive component, such as a dismissible alert, inspector, or subwindow.

DivElement

The HTML Content Division element (<div>) is 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).

DlElement

The HTML <dl> element represents a description list. The element encloses a list of groups of terms (specified using the dt element) and descriptions (provided by dd elements). Common uses for this element are to implement a glossary or to display metadata (a list of key-value pairs).

DtElement

The HTML <dt> element specifies a term in a description or definition list, and as such must be used inside a dl element.

EmElement

The HTML <em> element marks text that has stress emphasis. The <em> element can be nested, with each level of nesting indicating a greater degree of emphasis.

EmbedElement

The HTML <embed> element 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.

FdnElement

The HTML Definition element (<dfn>) is used to indicate the term being defined within the context of a definition phrase or sentence.

FieldsetElement

The HTML <fieldset> element is used to group several controls as well as labels (label) within a web form.

FigcaptionElement

The HTML <figcaption> or Figure Caption element represents a caption or legend describing the rest of the contents of its parent figure element.

FigureElement

The HTML <figure> (Figure With Optional Caption) element represents self-contained content, potentially with an optional caption, which is specified using the figcaption element.

FooterElement

The HTML <footer> element represents a footer for its nearest sectioning content or sectioning root element. A <footer> typically contains information about the author of the section, copyright data or links to related documents.

FormElement

The HTML <form> element represents a document section containing interactive controls for submitting information.

H1Element

The HTML <h1>-<h6> elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.

H2Element

The HTML <h1>-<h6> elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.

H3Element

The HTML <h1>-<h6> elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.

H4Element

The HTML <h1>-<h6> elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.

H5Element

The HTML <h1>-<h6> elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.

H6Element

The HTML <h1>-<h6> elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.

HeadElement

The HTML <head> element contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets.

HeaderElement

The HTML <header> element 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.

HrElement

The HTML <hr> element 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.

HtmlElement

The HTML <html> element 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.

IElement

The HTML Idiomatic Text element (<i>) represents a range of text that is set off from the normal text for some reason, such as idiomatic text, technical terms, taxonomical designations, among others.

IframeElement

The HTML Inline Frame element (<iframe>) represents a nested browsing context, embedding another HTML page into the current one.

ImgElement

The HTML <img> element embeds an image into the document.

InputElement

The HTML <input> element is used to create interactive controls for web-based forms in order 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.

InsElement

The HTML <ins> element represents a range of text that has been added to a document.

KbdElement

The HTML Keyboard Input element (<kbd>) represents a span of inline text denoting textual user input from a keyboard, voice input, or any other text entry device.

LabelElement

The HTML <label> element represents a caption for an item in a user interface.

LegendElement

The HTML <legend> element represents a caption for the content of its parent fieldset.

LiElement

The HTML <li> element is used to represent an item in a list.

LinkElement

The HTML External Resource Link element (<link>) 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.

MainElement

The HTML <main> element 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.

MapElement

The HTML <map> element is used with area elements to define an image map (a clickable link area).

MarkElement

The HTML Mark Text element (<mark>) represents text which is marked or highlighted for reference or notation purposes, due to the marked passage’s relevance or importance in the enclosing context.

MathElement

The top-level element in MathML is <math>. Every valid MathML instance must be wrapped in <math> tags. In addition you must not nest a second <math> element in another, but you can have an arbitrary number of other child elements in it.

MenuElement

The HTML <menu> element represents a group of commands that a user can perform or activate. This includes both list menus, which might appear across the top of a screen, as well as context menus, such as those that might appear underneath a button after it has been clicked.

MetaElement

The HTML <meta> element represents Metadata that cannot be represented by other HTML meta-related elements, like base, link, script, style or title.

MeterElement

The HTML <meter> element represents either a scalar value within a known range or a fractional value.

NavElement

The HTML <nav> element 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.

NoscriptElement

The HTML <noscript> element 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.

ObjectElement

The HTML <object> element represents an external resource, which can be treated as an image, a nested browsing context, or a resource to be handled by a plugin.

OlElement

The HTML <ol> element represents an ordered list of items - typically rendered as a numbered list.

OptgroupElement

The HTML <optgroup> element creates a grouping of options within a select element.

OptionElement

The HTML <option> element is used to define an item contained in a select, an optgroup, or a datalist element. As such, <option> can represent menu items in popups and other lists of items in an HTML document.

OutputElement

The HTML Output element (<output>) is a container element into which a site or app can inject the results of a calculation or the outcome of a user action.

PElement

The HTML <p> element represents a paragraph.

ParamElement

The HTML <param> element defines parameters for an object element.

PictureElement

The HTML <picture> element contains zero or more source elements and one img element to offer alternative versions of an image for different display/device scenarios.

PortalElement

The HTML Portal element (<portal>) enables the embedding of another HTML page into the current one for the purposes of allowing smoother navigation into new pages.

PreElement

The HTML <pre> element represents preformatted text which is to be presented exactly as written in the HTML file.

ProgressElement

The HTML <progress> element displays an indicator showing the completion progress of a task, typically displayed as a progress bar.

QElement

The HTML <q> element indicates that the enclosed text is a short inline quotation. Most modern browsers implement this by surrounding the text in quotation marks.

RbElement

The HTML Ruby Base (<rb>) element is used to delimit the base text component of a ruby annotation, i.e. the text that is being annotated.

RpElement

The HTML Ruby Fallback Parenthesis (<rp>) element is used to provide fall-back parentheses for browsers that do not support display of ruby annotations using the ruby element.

RtElement

The HTML Ruby Text (<rt>) element specifies the ruby text component of a ruby annotation, which is used to provide pronunciation, translation, or transliteration information for East Asian typography. The <rt> element must always be contained within a ruby element.

RtcElement

The HTML Ruby Text Container (<rtc>) element embraces semantic annotations of characters presented in a ruby of rb elements used inside of ruby element. rb elements can have both pronunciation (rt) and semantic (rtc) annotations.

RubyElement

The HTML <ruby> element 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.

SElement

The HTML <s> element renders text with a strikethrough, or a line through it. Use the <s> element to represent things that are no longer relevant or no longer accurate. However, <s> is not appropriate when indicating document edits; for that, use the del and ins elements, as appropriate.

SampElement

The HTML Sample Element (<samp>) is used to enclose inline text which represents sample (or quoted) output from a computer program.

ScriptElement

The HTML <script> element is used to embed executable code or data; this is typically used to embed or refer to JavaScript code.

SectionElement

The HTML <section> element represents a generic standalone section of a document, which doesn’t have a more specific semantic element to represent it.

SelectElement

The HTML <select> element represents a control that provides a menu of options

SlotElement

The HTML <slot> element - part of the Web Components technology suite - 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.

SmallElement

The HTML <small> element 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.

SourceElement

The HTML <source> element specifies multiple media resources for the picture, the audio element, or the video element.

SpanElement

The HTML <span> element is 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.

StrongElement

The HTML Strong Importance Element (<strong>) indicates that its contents have strong importance, seriousness, or urgency. Browsers typically render the contents in bold type.

StyleElement

The HTML <style> element contains style information for a document, or part of a document.

SubElement

The HTML Subscript element (<sub>) specifies inline text which should be displayed as subscript for solely typographical reasons.

SummaryElement

The HTML Disclosure Summary element (<summary>) element specifies a summary, caption, or legend for a details element’s disclosure box.

SupElement

The HTML Superscript element (<sup>) specifies inline text which is to be displayed as superscript for solely typographical reasons.

SvgElement

The svg element is a container that defines 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.

TableElement

The HTML <table> element represents tabular data - that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data.

TbodyElement

The HTML Table Body element (<tbody>) encapsulates a set of table rows (tr elements), indicating that they comprise the body of the table (table).

TdElement

The HTML <td> element defines a cell of a table that contains data. It participates in the table model.

TemplateElement

The HTML Content Template (<template>) element is 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.

TextareaElement

The HTML <textarea> element 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.

TfootElement

The HTML <tfoot> element defines a set of rows summarizing the columns of the table.

ThElement

The HTML <th> element defines a cell as header of a group of table cells. The exact nature of this group is defined by the scope and headers attributes.

TheadElement

The HTML <thead> element defines a set of rows defining the head of the columns of the table.

TimeElement

The HTML <time> element represents a specific period in time.

TitleElement

The HTML Title element (<title>) defines the document’s title that is shown in a Browser’s title bar or a page’s tab.

TrElement

The HTML <tr> element defines a row of cells in a table. The row’s cells can then be established using a mix of td (data cell) and th (header cell) elements.

TrackElement

The HTML <track> element is 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.

UElement

The HTML Unarticulated Annotation element (<u>) represents a span of inline text which should be rendered in a way that indicates that it has a non-textual annotation.

UlElement

The HTML <ul> element represents an unordered list of items, typically rendered as a bulleted list.

VarElement

The HTML Variable element (<var>) represents the name of a variable in a mathematical expression or a programming context.

VideoElement

The HTML Video element (<video>) embeds a media player which supports video playback into the document. You can use <video> for audio content as well, but the audio element may provide a more appropriate user experience.

WbrElement

The HTML <wbr> element 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.

Functions

a

The HTML <a> element (or anchor element), with its href attribute, creates a hyperlink to web pages, files, email addresses, locations in the same page, or anything else a URL can address.

abbr

The HTML Abbreviation element (<abbr>) represents an abbreviation or acronym; the optional title attribute can provide an expansion or description for the abbreviation.

address

The HTML <address> element indicates that the enclosed HTML provides contact information for a person or people, or for an organization.

area

The HTML <area> element 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

The HTML <article> element 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).

aside

The HTML <aside> element represents a portion of a document whose content is only indirectly related to the document’s main content.

audio

The HTML <audio> element is 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

The HTML Bring Attention To element (<b>) is used to draw the reader’s attention to the element’s contents, which are not otherwise granted special importance.

base

The HTML <base> element specifies the base URL to use for all relative URLs in a document.

bdi

The HTML Bidirectional Isolate element (<bdi>) tells the browser’s bidirectional algorithm to treat the text it contains in isolation from its surrounding text.

bdo

The HTML Bidirectional Text Override element (<bdo>) overrides the current directionality of text, so that the text within is rendered in a different direction.

blockquote

The HTML <blockquote> Element (or HTML Block Quotation Element) indicates that the enclosed text is an extended quotation. Usually, this is rendered visually by indentation (see Notes for how to change it). 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 cite element.

body

The HTML <body> Element represents the content of an HTML document. There can be only one <body> element in a document.

br

The HTML <br> element 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

The HTML <button> element represents a clickable button, used to submit forms or anywhere in a document for accessible, standard button functionality.

canvas

Use the HTML <canvas> element with either the canvas scripting API or the WebGL API to draw graphics and animations.

caption

The HTML <caption> element specifies the caption (or title) of a table.

cite

The HTML Citation element (<cite>) is used to describe a reference to a cited creative work, and must include the title of that work.

code

The HTML <code> element displays its contents styled in a fashion intended to indicate that the text is a short fragment of computer code.

col

The HTML <col> element defines a column within a table and is used for defining common semantics on all common cells. It is generally found within a colgroup element.

colgroup

The HTML <colgroup> element defines a group of columns within a table.

data

The HTML <data> element links a given piece of content with a machine-readable translation. If the content is time- or date-related, the time element must be used.

datalist

The HTML <datalist> element contains a set of option elements that represent the permissible or recommended options available to choose from within other controls.

dd

The HTML <dd> element provides the description, definition, or value for the preceding term (dt) in a description list (dl).

del

The HTML <del> element represents a range of text that has been deleted from a document.

details

The HTML Details Element (<details>) creates a disclosure widget in which information is visible only when the widget is toggled into an "open" state.

dialog

The HTML <dialog> element represents a dialog box or other interactive component, such as a dismissible alert, inspector, or subwindow.

div

The HTML Content Division element (<div>) is 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

The HTML <dl> element represents a description list. The element encloses a list of groups of terms (specified using the dt element) and descriptions (provided by dd elements). Common uses for this element are to implement a glossary or to display metadata (a list of key-value pairs).

dt

The HTML <dt> element specifies a term in a description or definition list, and as such must be used inside a dl element.

em

The HTML <em> element marks text that has stress emphasis. The <em> element can be nested, with each level of nesting indicating a greater degree of emphasis.

embed

The HTML <embed> element 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.

fdn

The HTML Definition element (<dfn>) is used to indicate the term being defined within the context of a definition phrase or sentence.

fieldset

The HTML <fieldset> element is used to group several controls as well as labels (label) within a web form.

figcaption

The HTML <figcaption> or Figure Caption element represents a caption or legend describing the rest of the contents of its parent figure element.

figure

The HTML <figure> (Figure With Optional Caption) element represents self-contained content, potentially with an optional caption, which is specified using the figcaption element.

footer

The HTML <footer> element represents a footer for its nearest sectioning content or sectioning root element. A <footer> typically contains information about the author of the section, copyright data or links to related documents.

form

The HTML <form> element represents a document section containing interactive controls for submitting information.

h1

The HTML <h1>-<h6> elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.

h2

The HTML <h1>-<h6> elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.

h3

The HTML <h1>-<h6> elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.

h4

The HTML <h1>-<h6> elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.

h5

The HTML <h1>-<h6> elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.

h6

The HTML <h1>-<h6> elements represent six levels of section headings. <h1> is the highest section level and <h6> is the lowest.

head

The HTML <head> element contains machine-readable information (metadata) about the document, like its title, scripts, and style sheets.

header

The HTML <header> element 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.

hr

The HTML <hr> element 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

The HTML <html> element 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

The HTML Idiomatic Text element (<i>) represents a range of text that is set off from the normal text for some reason, such as idiomatic text, technical terms, taxonomical designations, among others.

iframe

The HTML Inline Frame element (<iframe>) represents a nested browsing context, embedding another HTML page into the current one.

img

The HTML <img> element embeds an image into the document.

input

The HTML <input> element is used to create interactive controls for web-based forms in order 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.

ins

The HTML <ins> element represents a range of text that has been added to a document.

kbd

The HTML Keyboard Input element (<kbd>) represents a span of inline text denoting textual user input from a keyboard, voice input, or any other text entry device.

label

The HTML <label> element represents a caption for an item in a user interface.

legend

The HTML <legend> element represents a caption for the content of its parent fieldset.

li

The HTML <li> element is used to represent an item in a list.

link

The HTML External Resource Link element (<link>) 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

The HTML <main> element 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

The HTML <map> element is used with area elements to define an image map (a clickable link area).

mark

The HTML Mark Text element (<mark>) represents text which is marked or highlighted for reference or notation purposes, due to the marked passage’s relevance or importance in the enclosing context.

math

The top-level element in MathML is <math>. Every valid MathML instance must be wrapped in <math> tags. In addition you must not nest a second <math> element in another, but you can have an arbitrary number of other child elements in it.

menu

The HTML <menu> element represents a group of commands that a user can perform or activate. This includes both list menus, which might appear across the top of a screen, as well as context menus, such as those that might appear underneath a button after it has been clicked.

meta

The HTML <meta> element represents Metadata that cannot be represented by other HTML meta-related elements, like base, link, script, style or title.

meter

The HTML <meter> element represents either a scalar value within a known range or a fractional value.

nav

The HTML <nav> element 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.

noscript

The HTML <noscript> element 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

The HTML <object> element 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

The HTML <ol> element represents an ordered list of items - typically rendered as a numbered list.

optgroup

The HTML <optgroup> element creates a grouping of options within a select element.

option

The HTML <option> element is used to define an item contained in a select, an optgroup, or a datalist element. As such, <option> can represent menu items in popups and other lists of items in an HTML document.

output

The HTML Output element (<output>) is a container element into which a site or app can inject the results of a calculation or the outcome of a user action.

p

The HTML <p> element represents a paragraph.

param

The HTML <param> element defines parameters for an object element.

picture

The HTML <picture> element contains zero or more source elements and one img element to offer alternative versions of an image for different display/device scenarios.

portal

The HTML Portal element (<portal>) enables the embedding of another HTML page into the current one for the purposes of allowing smoother navigation into new pages.

pre

The HTML <pre> element represents preformatted text which is to be presented exactly as written in the HTML file.

progress

The HTML <progress> element displays an indicator showing the completion progress of a task, typically displayed as a progress bar.

q

The HTML <q> element indicates that the enclosed text is a short inline quotation. Most modern browsers implement this by surrounding the text in quotation marks.

rb

The HTML Ruby Base (<rb>) element is used to delimit the base text component of a ruby annotation, i.e. the text that is being annotated.

rp

The HTML Ruby Fallback Parenthesis (<rp>) element is used to provide fall-back parentheses for browsers that do not support display of ruby annotations using the ruby element.

rt

The HTML Ruby Text (<rt>) element specifies the ruby text component of a ruby annotation, which is used to provide pronunciation, translation, or transliteration information for East Asian typography. The <rt> element must always be contained within a ruby element.

rtc

The HTML Ruby Text Container (<rtc>) element embraces semantic annotations of characters presented in a ruby of rb elements used inside of ruby element. rb elements can have both pronunciation (rt) and semantic (rtc) annotations.

ruby

The HTML <ruby> element 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

The HTML <s> element renders text with a strikethrough, or a line through it. Use the <s> element to represent things that are no longer relevant or no longer accurate. However, <s> is not appropriate when indicating document edits; for that, use the del and ins elements, as appropriate.

samp

The HTML Sample Element (<samp>) is used to enclose inline text which represents sample (or quoted) output from a computer program.

script

The HTML <script> element is used to embed executable code or data; this is typically used to embed or refer to JavaScript code.

section

The HTML <section> element represents a generic standalone section of a document, which doesn’t have a more specific semantic element to represent it.

select

The HTML <select> element represents a control that provides a menu of options

slot

The HTML <slot> element - part of the Web Components technology suite - 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

The HTML <small> element 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

The HTML <source> element specifies multiple media resources for the picture, the audio element, or the video element.

span

The HTML <span> element is 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.

strong

The HTML Strong Importance Element (<strong>) indicates that its contents have strong importance, seriousness, or urgency. Browsers typically render the contents in bold type.

style

The HTML <style> element contains style information for a document, or part of a document.

sub

The HTML Subscript element (<sub>) specifies inline text which should be displayed as subscript for solely typographical reasons.

summary

The HTML Disclosure Summary element (<summary>) element specifies a summary, caption, or legend for a details element’s disclosure box.

sup

The HTML Superscript element (<sup>) specifies inline text which is to be displayed as superscript for solely typographical reasons.

svg

The svg element is a container that defines 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

The HTML <table> element represents tabular data - that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data.

tbody

The HTML Table Body element (<tbody>) encapsulates a set of table rows (tr elements), indicating that they comprise the body of the table (table).

td

The HTML <td> element defines a cell of a table that contains data. It participates in the table model.

template

The HTML Content Template (<template>) element is 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

The HTML <textarea> element 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

The HTML <tfoot> element defines a set of rows summarizing the columns of the table.

th

The HTML <th> element defines a cell as header of a group of table cells. The exact nature of this group is defined by the scope and headers attributes.

thead

The HTML <thead> element defines a set of rows defining the head of the columns of the table.

time

The HTML <time> element represents a specific period in time.

title

The HTML Title element (<title>) defines the document’s title that is shown in a Browser’s title bar or a page’s tab.

tr

The HTML <tr> element defines a row of cells in a table. The row’s cells can then be established using a mix of td (data cell) and th (header cell) elements.

track

The HTML <track> element is 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.

u

The HTML Unarticulated Annotation element (<u>) represents a span of inline text which should be rendered in a way that indicates that it has a non-textual annotation.

ul

The HTML <ul> element represents an unordered list of items, typically rendered as a bulleted list.

var

The HTML Variable element (<var>) represents the name of a variable in a mathematical expression or a programming context.

video

The HTML Video element (<video>) embeds a media player which supports video playback into the document. You can use <video> for audio content as well, but the audio element may provide a more appropriate user experience.

wbr

The HTML <wbr> element 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.