vivaldi/panels/HTML/index.html
Stian Lund 60e2138a12 commit
2024-08-05 18:15:25 +02:00

133 lines
62 KiB
HTML
Executable File

<!doctype html>
<html lang=en>
<meta charset=utf-8>
<meta name=viewport content="width=device-width">
<link rel=icon href="../res/html.ico">
<title>HTML - Elements</title>
<link rel=stylesheet href="../res/qr.css">
<base target="_content">
<style>
th {vertical-align: top;}
.empty:after {content: " Ø"; font-size: small; float: right;}
</style>
<nav>
<a href="index.html" title="HTML Elements" target="_self" id="current">Elem</a><a href="attributes.html" title="HTML Attributes" target="_self">Attr</a><a href="categories.html" title="Element Categories" target="_self">Cat</a>
</nav>
<h1>HTML Elements</h1>
<table>
<thead><tr><th>Element</th><th>Description</th><th>Attributes</th></tr></thead>
<tbody>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-a-element">a</a></code></th><td>Hyperlink</td><td><code title="attr-hyperlink-href"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-href">href</a></code>; <code title="attr-hyperlink-target"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-target">target</a></code>; <code title="attr-hyperlink-download"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-download">download</a></code>; <code title="attr-hyperlink-ping"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#ping">ping</a></code>; <code title="attr-hyperlink-rel"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-rel">rel</a></code>; <code title="attr-hyperlink-hreflang"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-hreflang">hreflang</a></code>; <code title="attr-hyperlink-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-type">type</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-abbr-element">abbr</a></code></th><td>Abbreviation</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-address-element">address</a></code></th><td>Contact information for a page or <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-article-element">article</a></code> element</td><td></td></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#the-area-element">area</a></code></th><td>Hyperlink or dead area on an image map</td><td><code title="attr-area-alt"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-area-alt">alt</a></code>; <code title="attr-area-coords"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-area-coords">coords</a></code>; <code title="attr-area-shape"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-area-shape">shape</a></code>; <code title="attr-hyperlink-href"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-href">href</a></code>; <code title="attr-hyperlink-target"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-target">target</a></code>; <code title="attr-hyperlink-download"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-download">download</a></code>; <code title="attr-hyperlink-ping"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#ping">ping</a></code>; <code title="attr-hyperlink-rel"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-rel">rel</a></code>; <code title="attr-hyperlink-hreflang"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-hreflang">hreflang</a></code>; <code title="attr-hyperlink-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-type">type</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-article-element">article</a></code></th><td>Self-contained syndicatable or reusable composition</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-aside-element">aside</a></code></th><td>Sidebar for tangentially related content</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-audio-element">audio</a></code></th><td>Audio player</td><td><code title="attr-media-crossorigin"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-crossorigin">crossorigin</a></code>; <code title="attr-media-preload"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-preload">preload</a></code>; <code title="attr-media-autoplay"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-autoplay">autoplay</a></code>; <code title="attr-media-mediagroup"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-mediagroup">mediagroup</a></code>; <code title="attr-media-loop"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-loop">loop</a></code>; <code title="attr-media-muted"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-muted">muted</a></code>; <code title="attr-media-controls"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-controls">controls</a></code></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-b-element">b</a></code></th><td>Keywords</td><td></td></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-base-element">base</a></code></th><td>Base URL and default target <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#browsing-context">browsing context</a> for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-hyperlink-target" title="attr-hyperlink-target">hyperlinks</a> and <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-target" title="attr-fs-target">forms</a></td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-bdi-element">bdi</a></code></th><td>Text directionality isolation</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-bdo-element">bdo</a></code></th><td>Text directionality formatting</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-blockquote-element">blockquote</a></code></th><td>A section quoted from another source</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-body-element">body</a></code></th><td>Document body</td><td><code title="handler-window-onafterprint"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-window-onafterprint">onafterprint</a></code>; <code title="handler-window-onbeforeprint"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-window-onbeforeprint">onbeforeprint</a></code>; <code title="handler-window-onbeforeunload"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-window-onbeforeunload">onbeforeunload</a></code>; <code title="handler-window-onfullscreenchange"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-window-onfullscreenchange">onfullscreenchange</a></code>; <code title="handler-window-onfullscreenerror"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-window-onfullscreenerror">onfullscreenerror</a></code>; <code title="handler-window-onhashchange"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-window-onhashchange">onhashchange</a></code>; <code title="handler-window-onmessage"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-window-onmessage">onmessage</a></code>; <code title="handler-window-onoffline"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-window-onoffline">onoffline</a></code>; <code title="handler-window-ononline"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-window-ononline">ononline</a></code>; <code title="handler-window-onpagehide"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-window-onpagehide">onpagehide</a></code>; <code title="handler-window-onpageshow"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-window-onpageshow">onpageshow</a></code>; <code title="handler-window-onpopstate"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-window-onpopstate">onpopstate</a></code>; <code title="handler-window-onresize"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-window-onresize">onresize</a></code>; <code title="handler-window-onstorage"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-window-onstorage">onstorage</a></code>; <code title="handler-window-onunload"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/webappapis.html#handler-window-onunload">onunload</a></code></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-br-element">br</a></code></th><td>Line break, e.g. in poem or postal address</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-button-element">button</a></code></th><td>Button control</td><td><code title="attr-fe-autofocus"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-autofocus">autofocus</a></code>; <code title="attr-fe-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-disabled">disabled</a></code>; <code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">form</a></code>; <code title="attr-fs-formaction"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formaction">formaction</a></code>; <code title="attr-fs-formenctype"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formenctype">formenctype</a></code>; <code title="attr-fs-formmethod"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formmethod">formmethod</a></code>; <code title="attr-fs-formnovalidate"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formnovalidate">formnovalidate</a></code>; <code title="attr-fs-formtarget"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formtarget">formtarget</a></code>; <code title="attr-fe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-name">name</a></code>; <code title="attr-button-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-button-type">type</a></code>; <code title="attr-button-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-button-value">value</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#the-canvas-element">canvas</a></code></th><td>Scriptable bitmap canvas</td><td><code title="attr-canvas-width"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#attr-canvas-width">width</a></code>; <code title="attr-canvas-height"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html#attr-canvas-height">height</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-caption-element">caption</a></code></th><td>Table caption</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-cite-element">cite</a></code></th><td>Title of a work</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-code-element">code</a></code></th><td>Computer code</td><td></td></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-col-element">col</a></code></th><td>Table column</td><td><code title="attr-colgroup-span"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-col-span">span</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-colgroup-element">colgroup</a></code></th><td>Group of columns in a table</td><td><code title="attr-colgroup-span"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-colgroup-span">span</a></code></td></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-menuitem-element">menuitem</a></code></th><td>Menu command</td><td><code title="attr-menuitem-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-type">type</a></code>; <code title="attr-menuitem-label"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-label">label</a></code>; <code title="attr-menuitem-icon"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-icon">icon</a></code>; <code title="attr-menuitem-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-disabled">disabled</a></code>; <code title="attr-menuitem-checked"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-checked">checked</a></code>; <code title="attr-menuitem-radiogroup"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-radiogroup">radiogroup</a></code>; <code title="attr-menuitem-command"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menuitem-command">command</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-data-element">data</a></code></th><td>Machine-readable equivalent</td><td><code title="attr-data-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#attr-data-value">value</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-datalist-element">datalist</a></code></th><td>Container for options for <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-list" title="attr-input-list">combo box control</a></td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dd-element">dd</a></code></th><td>Content for corresponding <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dt-element">dt</a></code> element(s)</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#the-del-element">del</a></code></th><td>A removal from the document</td><td><code title="attr-mod-cite"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#attr-mod-cite">cite</a></code>; <code title="attr-mod-datetime"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#attr-mod-datetime">datetime</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-details-element">details</a></code></th><td>Disclosure control for hiding details</td><td>code title="attr-details-open"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-details-open">open</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-dfn-element">dfn</a></code></th><td>Defining instance</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#the-dialog-element">dialog</a></code></th><td>Dialog box or window</td><td><code title="attr-dialog-open"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/commands.html#attr-dialog-open">open</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-div-element">div</a></code></th><td>Generic flow container</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dl-element">dl</a></code></th><td>Association list consisting of zero or more name-value groups</td><td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dt-element">dt</a></code></th><td>Legend for corresponding <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-dd-element">dd</a></code> element(s)</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-em-element">em</a></code></th><td>Stress emphasis</td><td></td></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-embed-element">embed</a></code></th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#plugin">Plugin</a></td><td><code title="attr-embed-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-embed-src">src</a></code>; <code title="attr-embed-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-embed-type">type</a></code>; <code title="attr-dim-width"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-width">width</a></code>; <code title="attr-dim-height"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-height">height</a></code>; any*</td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element">fieldset</a></code></th><td>Group of form controls</td><td><code title="attr-fieldset-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-fieldset-disabled">disabled</a></code>; <code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">form</a></code>; <code title="attr-fe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-name">name</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-figcaption-element">figcaption</a></code></th><td>Caption for <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-figure-element">figure</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-figure-element">figure</a></code></th><td>Figure with optional caption</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-footer-element">footer</a></code></th><td>Footer for a page or section</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-form-element">form</a></code></th><td>User-submittable form</td><td><code title="attr-form-accept-charset"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-form-accept-charset">accept-charset</a></code>; <code title="attr-fs-action"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-action">action</a></code>; <code title="attr-form-autocomplete"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-form-autocomplete">autocomplete</a></code>; <code title="attr-fs-enctype"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-enctype">enctype</a></code>; <code title="attr-fs-method"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-method">method</a></code>; <code title="attr-form-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-form-name">name</a></code>; <code title="attr-fs-novalidate"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-novalidate">novalidate</a></code>; <code title="attr-fs-target"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-target">target</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h1</a></code>, <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h2</a></code>, <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h3</a></code>, <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h4</a></code>, <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h5</a></code>, <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-h1,-h2,-h3,-h4,-h5,-and-h6-elements">h6</a></code></th><td>Section heading</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-head-element">head</a></code></th><td>Container for document metadata</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-header-element">header</a></code></th><td>Introductory or navigational aids for a page or section</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-hgroup-element">hgroup</a></code></th><td>Heading group</td><td></td></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-hr-element">hr</a></code></th><td>Thematic break</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-html-element">html</a></code></th><td>Root element</td><td><code title="attr-html-manifest"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-html-manifest">manifest</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-i-element">i</a></code></th><td>Alternate voice</td><td></td></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-iframe-element">iframe</a></code></th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#nested-browsing-context">Nested browsing context</a></td><td><code title="attr-iframe-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-src">src</a></code>; <code title="attr-iframe-srcdoc"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-srcdoc">srcdoc</a></code>; <code title="attr-iframe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-name">name</a></code>; <code title="attr-iframe-sandbox"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-sandbox">sandbox</a></code>; <code title="attr-iframe-seamless"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-seamless">seamless</a></code>; <code title="attr-iframe-allowfullscreen"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-iframe-allowfullscreen">allowfullscreen</a></code>; <code title="attr-dim-width"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-width">width</a></code>; <code title="attr-dim-height"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-height">height</a></code></td></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#the-img-element">img</a></code></th><td>Image</td><td><code title="attr-img-alt"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#attr-img-alt">alt</a></code>; <code title="attr-img-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#attr-img-src">src</a></code>; <code title="attr-img-srcset"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#attr-img-srcset">srcset</a></code>; <code title="attr-img-crossorigin"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#attr-img-crossorigin">crossorigin</a></code>; <code title="attr-hyperlink-usemap"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-hyperlink-usemap">usemap</a></code>; <code title="attr-img-ismap"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/embedded-content-1.html#attr-img-ismap">ismap</a></code>; <code title="attr-dim-width"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-width">width</a></code>; <code title="attr-dim-height"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-height">height</a></code></td></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#the-input-element">input</a></code></th><td>Form control</td><td><code title="attr-input-accept"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#attr-input-accept">accept</a></code>; <code title="attr-input-alt"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#attr-input-alt">alt</a></code>; <code title="attr-fe-autocomplete"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-autocomplete">autocomplete</a></code>; <code title="attr-fe-autofocus"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-autofocus">autofocus</a></code>; <code title="attr-input-checked"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#attr-input-checked">checked</a></code>; <code title="attr-fe-dirname"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-dirname">dirname</a></code>; <code title="attr-fe-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-disabled">disabled</a></code>; <code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">form</a></code>; <code title="attr-fs-formaction"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formaction">formaction</a></code>; <code title="attr-fs-formenctype"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formenctype">formenctype</a></code>; <code title="attr-fs-formmethod"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formmethod">formmethod</a></code>; <code title="attr-fs-formnovalidate"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formnovalidate">formnovalidate</a></code>; <code title="attr-fs-formtarget"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fs-formtarget">formtarget</a></code>; <code title="attr-dim-height"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-height">height</a></code>; <code title="attr-input-list"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-list">list</a></code>; <code title="attr-input-max"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-max">max</a></code>; <code title="attr-input-maxlength"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-maxlength">maxlength</a></code>; <code title="attr-input-min"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-min">min</a></code>; <code title="attr-input-multiple"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-multiple">multiple</a></code>; <code title="attr-fe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-name">name</a></code>; <code title="attr-input-pattern"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-pattern">pattern</a></code>; <code title="attr-input-placeholder"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-placeholder">placeholder</a></code>; <code title="attr-input-readonly"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-readonly">readonly</a></code>; <code title="attr-input-required"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-required">required</a></code>; <code title="attr-input-size"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-size">size</a></code>; <code title="attr-input-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/states-of-the-type-attribute.html#attr-input-src">src</a></code>; <code title="attr-input-step"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/common-input-element-attributes.html#attr-input-step">step</a></code>; <code title="attr-input-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#attr-input-type">type</a></code>; <code title="attr-input-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-input-element.html#attr-input-value">value</a></code>; <code title="attr-dim-width"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-width">width</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#the-ins-element">ins</a></code></th><td>An addition to the document</td><td><code title="attr-mod-cite"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#attr-mod-cite">cite</a></code>; <code title="attr-mod-datetime"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/edits.html#attr-mod-datetime">datetime</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-kbd-element">kbd</a></code></th><td>User input</td><td></td></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-keygen-element">keygen</a></code></th><td>Cryptographic key-pair generator form control</td><td><code title="attr-fe-autofocus"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-autofocus">autofocus</a></code>; <code title="attr-keygen-challenge"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-keygen-challenge">challenge</a></code>; <code title="attr-fe-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-disabled">disabled</a></code>; <code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">form</a></code>; <code title="attr-keygen-keytype"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-keygen-keytype">keytype</a></code>; <code title="attr-fe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-name">name</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-label-element">label</a></code></th><td>Caption for a form control</td><td><code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">form</a></code>; <code title="attr-label-for"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#attr-label-for">for</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-legend-element">legend</a></code></th><td>Caption for <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/forms.html#the-fieldset-element">fieldset</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-li-element">li</a></code></th><td>List item</td><td><code title="attr-li-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#attr-li-value">value</a></code>*</td></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-link-element">link</a></code></th><td>Link metadata</td><td><code title="attr-link-href"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-link-href">href</a></code>; <code title="attr-link-crossorigin"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-link-crossorigin">crossorigin</a></code>; <code title="attr-link-rel"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-link-rel">rel</a></code>; <code title="attr-link-media"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-link-media">media</a></code>; <code title="attr-link-hreflang"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-link-hreflang">hreflang</a></code>; <code title="attr-link-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-link-type">type</a></code>; <code title="attr-link-sizes"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/links.html#attr-link-sizes">sizes</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-main-element">main</a></code></th><td>Container for the dominant contents of another element</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#the-map-element">map</a></code></th><td><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#image-map">Image map</a></td><td><code title="attr-map-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-map-name">name</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-mark-element">mark</a></code></th><td>Highlight</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-menu-element">menu</a></code></th><td>Menu of commands</td><td><code title="attr-menu-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menu-type">type</a></code>; <code title="attr-menu-label"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#attr-menu-label">label</a></code></td></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-meta-element">meta</a></code></th><td>Text metadata</td><td><code title="attr-meta-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-meta-name">name</a></code>; <code title="attr-meta-http-equiv"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-meta-http-equiv">http-equiv</a></code>; <code title="attr-meta-content"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-meta-content">content</a></code>; <code title="attr-meta-charset"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-meta-charset">charset</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-meter-element">meter</a></code></th><td>Gauge</td><td><code title="attr-meter-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-meter-value">value</a></code>; <code title="attr-meter-min"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-meter-min">min</a></code>; <code title="attr-meter-max"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-meter-max">max</a></code>; <code title="attr-meter-low"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-meter-low">low</a></code>; <code title="attr-meter-high"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-meter-high">high</a></code>; <code title="attr-meter-optimum"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-meter-optimum">optimum</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-nav-element">nav</a></code></th><td>Section with navigational links</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-noscript-element">noscript</a></code></th><td>Fallback content for script</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code></th><td>Image, <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/browsers.html#nested-browsing-context">nested browsing context</a>, or <a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html#plugin">plugin</a></td><td><code title="attr-object-data"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-object-data">data</a></code>; <code title="attr-object-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-object-type">type</a></code>; <code title="attr-object-typemustmatch"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-object-typemustmatch">typemustmatch</a></code>; <code title="attr-object-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-object-name">name</a></code>; <code title="attr-hyperlink-usemap"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-hyperlink-usemap">usemap</a></code>; <code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">form</a></code>; <code title="attr-dim-width"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-width">width</a></code>; <code title="attr-dim-height"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-height">height</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-ol-element">ol</a></code></th><td>Ordered list</td><td><code title="attr-ol-reversed"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#attr-ol-reversed">reversed</a></code>; <code title="attr-ol-start"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#attr-ol-start">start</a></code>; <code title="attr-ol-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#attr-ol-type">type</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-optgroup-element">optgroup</a></code></th><td>Group of options in a list box</td><td><code title="attr-optgroup-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-optgroup-disabled">disabled</a></code>; <code title="attr-optgroup-label"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-optgroup-label">label</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-option-element">option</a></code></th><td>Option in a list box or combo box control</td><td><code title="attr-option-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-option-disabled">disabled</a></code>; <code title="attr-option-label"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-option-label">label</a></code>; <code title="attr-option-selected"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-option-selected">selected</a></code>; <code title="attr-option-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-option-value">value</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-output-element">output</a></code></th><td>Calculated output value</td><td><code title="attr-output-for"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-output-for">for</a></code>; <code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">form</a></code>; <code title="attr-fe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-name">name</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-p-element">p</a></code></th><td>Paragraph</td><td></td></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-param-element">param</a></code></th><td>Parameter for <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#the-object-element">object</a></code></td><td><code title="attr-param-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-param-name">name</a></code>; <code title="attr-param-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-iframe-element.html#attr-param-value">value</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-pre-element">pre</a></code></th><td>Block of preformatted text</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-progress-element">progress</a></code></th><td>Progress bar</td><td><code title="attr-progress-value"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-progress-value">value</a></code>; <code title="attr-progress-max"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-progress-max">max</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-q-element">q</a></code></th><td>Quotation</td><td><code title="attr-q-cite"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#attr-q-cite">cite</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-rp-element">rp</a></code></th><td>Parenthesis for ruby annotation text</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-rt-element">rt</a></code></th><td>Ruby annotation text</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-ruby-element">ruby</a></code></th><td>Ruby annotation(s)</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-s-element">s</a></code></th><td>Inaccurate text</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-samp-element">samp</a></code></th><td>Computer output</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#the-script-element">script</a></code></th><td>Embedded script</td><td><code title="attr-script-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-src">src</a></code>; <code title="attr-script-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-type">type</a></code>; <code title="attr-script-charset"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-charset">charset</a></code>; <code title="attr-script-async"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-async">async</a></code>; <code title="attr-script-defer"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-defer">defer</a></code>; <code title="attr-script-crossorigin"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/scripting-1.html#attr-script-crossorigin">crossorigin</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/sections.html#the-section-element">section</a></code></th><td>Generic document or application section</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-select-element">select</a></code></th><td>List box control</td><td><code title="attr-fe-autofocus"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-autofocus">autofocus</a></code>; <code title="attr-fe-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-disabled">disabled</a></code>; <code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">form</a></code>; <code title="attr-select-multiple"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-select-multiple">multiple</a></code>; <code title="attr-fe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-name">name</a></code>; <code title="attr-select-required"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-select-required">required</a></code>; <code title="attr-select-size"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-select-size">size</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-small-element">small</a></code></th><td>Side comment</td><td></td></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-source-element">source</a></code></th><td>Media source for <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-video-element">video</a></code> or <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-audio-element">audio</a></code></td><td><code title="attr-source-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-source-src">src</a></code>; <code title="attr-source-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-source-type">type</a></code>; <code title="attr-source-media"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-source-media">media</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-span-element">span</a></code></th><td>Generic phrasing container</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-strong-element">strong</a></code></th><td>Importance</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-style-element">style</a></code></th><td>Embedded styling information</td><td><code title="attr-style-media"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-style-media">media</a></code>; <code title="attr-style-type"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-style-type">type</a></code>; <code title="attr-style-scoped"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#attr-style-scoped">scoped</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-sub-and-sup-elements">sub</a></code></th><td>Subscript</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-summary-element">summary</a></code></th><td>Caption for <code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/interactive-elements.html#the-details-element">details</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-sub-and-sup-elements">sup</a></code></th><td>Superscript</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-table-element">table</a></code></th><td>Table</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-tbody-element">tbody</a></code></th><td>Group of rows in a table</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-td-element">td</a></code></th><td>Table cell</td><td><code title="attr-tdth-colspan"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-tdth-colspan">colspan</a></code>; <code title="attr-tdth-rowspan"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-tdth-rowspan">rowspan</a></code>; <code title="attr-tdth-headers"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-tdth-headers">headers</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#the-textarea-element">textarea</a></code></th><td>Multiline text field</td><td><code title="attr-fe-autofocus"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-autofocus">autofocus</a></code>; <code title="attr-textarea-cols"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-cols">cols</a></code>; <code title="attr-fe-dirname"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-dirname">dirname</a></code>; <code title="attr-fe-disabled"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-disabled">disabled</a></code>; <code title="attr-fae-form"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fae-form">form</a></code>; <code title="attr-textarea-maxlength"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-maxlength">maxlength</a></code>; <code title="attr-fe-name"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/association-of-controls-and-forms.html#attr-fe-name">name</a></code>; <code title="attr-textarea-placeholder"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-placeholder">placeholder</a></code>; <code title="attr-textarea-readonly"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-readonly">readonly</a></code>; <code title="attr-textarea-required"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-required">required</a></code>; <code title="attr-textarea-rows"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-rows">rows</a></code>; <code title="attr-textarea-wrap"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-button-element.html#attr-textarea-wrap">wrap</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-tfoot-element">tfoot</a></code></th><td>Group of footer rows in a table</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-th-element">th</a></code></th><td>Table header cell</td><td><code title="attr-tdth-colspan"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-tdth-colspan">colspan</a></code>; <code title="attr-tdth-rowspan"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-tdth-rowspan">rowspan</a></code>; <code title="attr-tdth-headers"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-tdth-headers">headers</a></code>; <code title="attr-th-scope"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-th-scope">scope</a></code>; <code title="attr-th-abbr"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#attr-th-abbr">abbr</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-thead-element">thead</a></code></th><td>Group of heading rows in a table</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-time-element">time</a></code></th><td>Machine-readable equivalent of date- or time-related data</td><td><code title="attr-time-datetime"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#attr-time-datetime">datetime</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#the-title-element">title</a></code></th><td>Document title</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/tabular-data.html#the-tr-element">tr</a></code></th><td>Table row</td><td></td></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-track-element">track</a></code></th><td>Timed text track</td><td><code title="attr-track-default"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-track-default">default</a></code>; <code title="attr-track-kind"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-track-kind">kind</a></code>; <code title="attr-track-label"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-track-label">label</a></code>; <code title="attr-track-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-track-src">src</a></code>; <code title="attr-track-srclang"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-track-srclang">srclang</a></code></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-u-element">u</a></code></th><td>Keywords</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/grouping-content.html#the-ul-element">ul</a></code></th><td>List</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-var-element">var</a></code></th><td>Variable</td><td></td></tr>
<tr><th><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#the-video-element">video</a></code></th><td>Video player</td><td><code title="attr-media-src"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-src">src</a></code>; <code title="attr-media-crossorigin"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-crossorigin">crossorigin</a></code>; <code title="attr-video-poster"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-video-poster">poster</a></code>; <code title="attr-media-preload"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-preload">preload</a></code>; <code title="attr-media-autoplay"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-autoplay">autoplay</a></code>; <code title="attr-media-mediagroup"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-mediagroup">mediagroup</a></code>; <code title="attr-media-loop"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-loop">loop</a></code>; <code title="attr-media-muted"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-muted">muted</a></code>; <code title="attr-media-controls"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-video-element.html#attr-media-controls">controls</a></code>; <code title="attr-dim-width"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-width">width</a></code>; <code title="attr-dim-height"><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/the-map-element.html#attr-dim-height">height</a></code></td></tr>
<tr><th class=empty><code><a href="http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#the-wbr-element">wbr</a></code></th><td>Line breaking opportunity</td><td></td></tr>
</tbody>
</table>
<p class="tablenote"><small>An asterisk (*) in a cell indicates that the actual rules are more complicated than indicated in the table above.</small></p>