dioxus/packages/html-namespace/examples/attrlist.html
2021-06-17 18:00:32 -04:00

2598 lines
71 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<tbody>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Attributes/accept">accept</a></code>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/form"><code>&lt;form&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"
><code>&lt;input&gt;</code></a
>
</td>
<td>List of types the server accepts, typically a file type.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/form#attr-accept-charset"
>accept-charset</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/form"><code>&lt;form&gt;</code></a>
</td>
<td>List of supported charsets.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Global_attributes/accesskey"
>accesskey</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>Keyboard shortcut to activate or add focus to the element.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/action"
class="page-not-created"
title="This is a link to an unwritten page"
>action</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/form"><code>&lt;form&gt;</code></a>
</td>
<td>
The URI of a program that processes the information submitted via the
form.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/align"
class="page-not-created"
title="This is a link to an unwritten page"
>align</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/applet"
><code>&lt;applet&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/caption"
><code>&lt;caption&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/col"><code>&lt;col&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/colgroup"
><code>&lt;colgroup&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/hr"><code>&lt;hr&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/iframe"
><code>&lt;iframe&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/img"><code>&lt;img&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/table"><code>&lt;table&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/tbody"><code>&lt;tbody&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/td"><code>&lt;td&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/tfoot"
><code>&lt;tfoot&gt;</code></a
>
, <a href="/en-US/docs/Web/HTML/Element/th"><code>&lt;th&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/thead"><code>&lt;thead&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/tr"><code>&lt;tr&gt;</code></a>
</td>
<td>Specifies the horizontal alignment of the element.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/iframe#attr-allow"
>allow</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/iframe"
><code>&lt;iframe&gt;</code></a
>
</td>
<td>Specifies a feature-policy for the iframe.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/alt"
class="page-not-created"
title="This is a link to an unwritten page"
>alt</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/applet"
><code>&lt;applet&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/area"><code>&lt;area&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/img"><code>&lt;img&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"
><code>&lt;input&gt;</code></a
>
</td>
<td>Alternative text in case an image can't be displayed.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/script#attr-async"
>async</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/script"
><code>&lt;script&gt;</code></a
>
</td>
<td>Executes the script asynchronously.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Global_attributes/autocapitalize"
>autocapitalize</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>
Sets whether input is automatically capitalized when entered by user
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Attributes/autocomplete"
>autocomplete</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/form"><code>&lt;form&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/select"
><code>&lt;select&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a
>
</td>
<td>
Indicates whether controls in this form can by default have their values
automatically completed by the browser.
</td>
</tr>
<tr>
<td id="attr-autofocus">
<code
><a
href="/en-US/docs/Web/HTML/Attributes/autofocus"
class="page-not-created"
title="This is a link to an unwritten page"
>autofocus</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/button"
><code>&lt;button&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/keygen"
><code>&lt;keygen&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/select"
><code>&lt;select&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a
>
</td>
<td>The element should be automatically focused after the page loaded.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/autoplay"
class="page-not-created"
title="This is a link to an unwritten page"
>autoplay</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/audio"><code>&lt;audio&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/video"
><code>&lt;video&gt;</code></a
>
</td>
<td>The audio or video should play as soon as possible.</td>
</tr>
<tr>
<td><code>background</code></td>
<td>
<a href="/en-US/docs/Web/HTML/Element/body"><code>&lt;body&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/table"><code>&lt;table&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/td"><code>&lt;td&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/th"><code>&lt;th&gt;</code></a>
</td>
<td>
Specifies the URL of an image file.
<div class="note notecard">
<strong>Note:</strong> Although browsers and email clients may still
support this attribute, it is obsolete. Use CSS
<a href="/en-US/docs/Web/CSS/background-image"
><code>background-image</code></a
>
instead.
</div>
</td>
</tr>
<tr>
<td><code>bgcolor</code></td>
<td>
<a href="/en-US/docs/Web/HTML/Element/body"><code>&lt;body&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/col"><code>&lt;col&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/colgroup"
><code>&lt;colgroup&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/marquee"
><code>&lt;marquee&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/table"><code>&lt;table&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/tbody"><code>&lt;tbody&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/tfoot"><code>&lt;tfoot&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/td"><code>&lt;td&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/th"><code>&lt;th&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/tr"><code>&lt;tr&gt;</code></a>
</td>
<td>
<p>Background color of the element.</p>
<div class="note notecard">
<p>
<strong>Note:</strong> This is a legacy attribute. Please use the CSS
<a href="/en-US/docs/Web/CSS/background-color"
><code>background-color</code></a
>
property instead.
</p>
</div>
</td>
</tr>
<tr>
<td><code>border</code></td>
<td>
<a href="/en-US/docs/Web/HTML/Element/img"><code>&lt;img&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/object"
><code>&lt;object&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/table"
><code>&lt;table&gt;</code></a
>
</td>
<td>
<p>The border width.</p>
<div class="note notecard">
<p>
<strong>Note:</strong> This is a legacy attribute. Please use the CSS
<a href="/en-US/docs/Web/CSS/border"><code>border</code></a> property
instead.
</p>
</div>
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/buffered"
class="page-not-created"
title="This is a link to an unwritten page"
>buffered</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/audio"><code>&lt;audio&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/video"
><code>&lt;video&gt;</code></a
>
</td>
<td>Contains the time range of already buffered media.</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Attributes/capture">capture</a></code>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/input"
><code>&lt;input&gt;</code></a
>
</td>
<td>
From the
<a
href="https://w3c.github.io/html-media-capture/#the-capture-attribute"
hreflang="en"
lang="en"
class="external"
rel=" noopener"
>HTML Media Capture<br /><small lang="en-US"
>The definition of 'media capture' in that specification.</small
></a
>spec, specifies a new file can be captured.
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/keygen#attr-challenge"
>challenge</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/keygen"
><code>&lt;keygen&gt;</code></a
>
</td>
<td>A challenge string that is submitted along with the public key.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/charset"
class="page-not-created"
title="This is a link to an unwritten page"
>charset</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/meta"><code>&lt;meta&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/script"
><code>&lt;script&gt;</code></a
>
</td>
<td>Declares the character encoding of the page or script.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/checked"
class="page-not-created"
title="This is a link to an unwritten page"
>checked</a
></code
>
</td>
<td>
<a
href="/en-US/docs/Web/HTML/Element/command"
class="page-not-created"
title="This is a link to an unwritten page"
><code>&lt;command&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"
><code>&lt;input&gt;</code></a
>
</td>
<td>Indicates whether the element should be checked on page load.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/cite"
class="page-not-created"
title="This is a link to an unwritten page"
>cite</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/blockquote"
><code>&lt;blockquote&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/del"><code>&lt;del&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/ins"><code>&lt;ins&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/q"><code>&lt;q&gt;</code></a>
</td>
<td>Contains a URI which points to the source of the quote or change.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Global_attributes/class">class</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>Often used with CSS to style elements with common properties.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/applet#attr-code">code</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/applet"
><code>&lt;applet&gt;</code></a
>
</td>
<td>
Specifies the URL of the applet's class file to be loaded and executed.
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/applet#attr-codebase"
>codebase</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/applet"
><code>&lt;applet&gt;</code></a
>
</td>
<td>
This attribute gives the absolute or relative URL of the directory where
applets' .class files referenced by the code attribute are stored.
</td>
</tr>
<tr>
<td><code>color</code></td>
<td>
<a href="/en-US/docs/Web/HTML/Element/basefont"
><code>&lt;basefont&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/font"><code>&lt;font&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/hr"><code>&lt;hr&gt;</code></a>
</td>
<td>
<p>
This attribute sets the text color using either a named color or a color
specified in the hexadecimal #RRGGBB format.
</p>
<div class="note notecard">
<p>
<strong>Note:</strong> This is a legacy attribute. Please use the CSS
<a href="/en-US/docs/Web/CSS/color"><code>color</code></a> property
instead.
</p>
</div>
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/textarea#attr-cols"
>cols</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a
>
</td>
<td>Defines the number of columns in a textarea.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/colspan"
class="page-not-created"
title="This is a link to an unwritten page"
>colspan</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/td"><code>&lt;td&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/th"><code>&lt;th&gt;</code></a>
</td>
<td>
The colspan attribute defines the number of columns a cell should span.
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/meta#attr-content"
>content</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/meta"><code>&lt;meta&gt;</code></a>
</td>
<td>
A value associated with <code>http-equiv</code> or
<code>name</code> depending on the context.
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Global_attributes/contenteditable"
>contenteditable</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>Indicates whether the element's content is editable.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/contextmenu"
class="page-not-created"
title="This is a link to an unwritten page"
>contextmenu</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>
Defines the ID of a
<a href="/en-US/docs/Web/HTML/Element/menu"><code>&lt;menu&gt;</code></a>
element which will serve as the element's context menu.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/controls"
class="page-not-created"
title="This is a link to an unwritten page"
>controls</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/audio"><code>&lt;audio&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/video"
><code>&lt;video&gt;</code></a
>
</td>
<td>
Indicates whether the browser should show playback controls to the user.
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/area#attr-coords"
>coords</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/area"><code>&lt;area&gt;</code></a>
</td>
<td>A set of values specifying the coordinates of the hot-spot region.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Attributes/crossorigin"
>crossorigin</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/audio"><code>&lt;audio&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/img"><code>&lt;img&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/link"><code>&lt;link&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/script"
><code>&lt;script&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/video"
><code>&lt;video&gt;</code></a
>
</td>
<td>How the element handles cross-origin requests</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/API/HTMLIFrameElement/csp">csp</a></code>
<svg class="icon icon-experimental" tabindex="0">
<use xlink:href="/assets/badges.svg#icon-experimental"></use>
</svg>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/iframe"
><code>&lt;iframe&gt;</code></a
>
</td>
<td>
Specifies the Content Security Policy that an embedded document must agree
to enforce upon itself.
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/object#attr-data">data</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/object"
><code>&lt;object&gt;</code></a
>
</td>
<td>Specifies the URL of the resource.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Global_attributes/data-*"
>data-*</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>Lets you attach custom attributes to an HTML element.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/datetime"
class="page-not-created"
title="This is a link to an unwritten page"
>datetime</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/del"><code>&lt;del&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/ins"><code>&lt;ins&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/time"><code>&lt;time&gt;</code></a>
</td>
<td>Indicates the date and time associated with the element.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/img#attr-decoding"
>decoding</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/img"><code>&lt;img&gt;</code></a>
</td>
<td>Indicates the preferred method to decode the image.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/track#attr-default"
>default</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/track"
><code>&lt;track&gt;</code></a
>
</td>
<td>
Indicates that the track should be enabled unless the user's preferences
indicate something different.
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/script#attr-defer"
>defer</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/script"
><code>&lt;script&gt;</code></a
>
</td>
<td>
Indicates that the script should be executed after the page has been
parsed.
</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Global_attributes/dir">dir</a></code>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>
Defines the text direction. Allowed values are ltr (Left-To-Right) or rtl
(Right-To-Left)
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/dirname"
class="page-not-created"
title="This is a link to an unwritten page"
>dirname</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a
>
</td>
<td></td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Attributes/disabled">disabled</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/button"
><code>&lt;button&gt;</code></a
>,
<a
href="/en-US/docs/Web/HTML/Element/command"
class="page-not-created"
title="This is a link to an unwritten page"
><code>&lt;command&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/fieldset"
><code>&lt;fieldset&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/keygen"
><code>&lt;keygen&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/optgroup"
><code>&lt;optgroup&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/option"
><code>&lt;option&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/select"
><code>&lt;select&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a
>
</td>
<td>Indicates whether the user can interact with the element.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/download"
class="page-not-created"
title="This is a link to an unwritten page"
>download</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/a"><code>&lt;a&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/area"><code>&lt;area&gt;</code></a>
</td>
<td>
Indicates that the hyperlink is to be used for downloading a resource.
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Global_attributes/draggable"
>draggable</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>Defines whether the element can be dragged.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/form#attr-enctype"
>enctype</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/form"><code>&lt;form&gt;</code></a>
</td>
<td>
Defines the content type of the form data when the <code>method</code> is
POST.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/enterkeyhint"
class="page-not-created"
title="This is a link to an unwritten page"
>enterkeyhint</a
></code
>
<svg class="icon icon-experimental" tabindex="0">
<use xlink:href="/assets/badges.svg#icon-experimental"></use>
</svg>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Global_attributes/contenteditable"
><code>contenteditable</code></a
>
</td>
<td>
The
<a
href="https://html.spec.whatwg.org/dev/interaction.html#input-modalities:-the-enterkeyhint-attribute"
class="external"
rel=" noopener"
><code>enterkeyhint</code></a
>
specifies what action label (or icon) to present for the enter key on
virtual keyboards. The attribute can be used with form controls (such as
the value of <code>textarea</code> elements), or in elements in an editing
host (e.g., using <code>contenteditable</code> attribute).
</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Attributes/for">for</a></code>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/label"><code>&lt;label&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/output"
><code>&lt;output&gt;</code></a
>
</td>
<td>Describes elements which belongs to this one.</td>
</tr>
<tr>
<td id="attr-form">
<code
><a
href="/en-US/docs/Web/HTML/Attributes/form"
class="page-not-created"
title="This is a link to an unwritten page"
>form</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/button"
><code>&lt;button&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/fieldset"
><code>&lt;fieldset&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/keygen"
><code>&lt;keygen&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/label"><code>&lt;label&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/meter"><code>&lt;meter&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/object"
><code>&lt;object&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/output"
><code>&lt;output&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/progress"
><code>&lt;progress&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/select"
><code>&lt;select&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a
>
</td>
<td>Indicates the form that is the owner of the element.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/formaction"
class="page-not-created"
title="This is a link to an unwritten page"
>formaction</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/button"
><code>&lt;button&gt;</code></a
>
</td>
<td>
Indicates the action of the element, overriding the action defined in the
<a href="/en-US/docs/Web/HTML/Element/form"><code>&lt;form&gt;</code></a
>.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/formenctype"
class="page-not-created"
title="This is a link to an unwritten page"
>formenctype</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/button"
><code>&lt;button&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"
><code>&lt;input&gt;</code></a
>
</td>
<td>
If the button/input is a submit button (<code>type="submit"</code>), this
attribute sets the encoding type to use during form submission. If this
attribute is specified, it overrides the <code>enctype</code> attribute of
the button's <a href="/en-US/docs/Web/HTML/Element/form">form</a> owner.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/formmethod"
class="page-not-created"
title="This is a link to an unwritten page"
>formmethod</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/button"
><code>&lt;button&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"
><code>&lt;input&gt;</code></a
>
</td>
<td>
If the button/input is a submit button (<code>type="submit"</code>), this
attribute sets the submission method to use during form submission
(<code>GET</code>, <code>POST</code>, etc.). If this attribute is
specified, it overrides the <code>method</code> attribute of the button's
<a href="/en-US/docs/Web/HTML/Element/form">form</a> owner.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/formnovalidate"
class="page-not-created"
title="This is a link to an unwritten page"
>formnovalidate</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/button"
><code>&lt;button&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"
><code>&lt;input&gt;</code></a
>
</td>
<td>
If the button/input is a submit button (<code>type="submit"</code>), this
boolean attribute specifies that the form is not to be validated when it
is submitted. If this attribute is specified, it overrides the
<code>novalidate</code> attribute of the button's
<a href="/en-US/docs/Web/HTML/Element/form">form</a> owner.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/formtarget"
class="page-not-created"
title="This is a link to an unwritten page"
>formtarget</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/button"
><code>&lt;button&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"
><code>&lt;input&gt;</code></a
>
</td>
<td>
If the button/input is a submit button (<code>type="submit"</code>), this
attribute specifies the browsing context (for example, tab, window, or
inline frame) in which to display the response that is received after
submitting the form. If this attribute is specified, it overrides the
<code>target</code> attribute of the button's
<a href="/en-US/docs/Web/HTML/Element/form">form</a> owner.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/headers"
class="page-not-created"
title="This is a link to an unwritten page"
>headers</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/td"><code>&lt;td&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/th"><code>&lt;th&gt;</code></a>
</td>
<td>
IDs of the <code>&lt;th&gt;</code> elements which applies to this element.
</td>
</tr>
<tr>
<td><code>height</code></td>
<td>
<a href="/en-US/docs/Web/HTML/Element/canvas"
><code>&lt;canvas&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/embed"><code>&lt;embed&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/iframe"
><code>&lt;iframe&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/img"><code>&lt;img&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/object"
><code>&lt;object&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/video"
><code>&lt;video&gt;</code></a
>
</td>
<td>
<p>
Specifies the height of elements listed here. For all other elements,
use the CSS
<a href="/en-US/docs/Web/CSS/height"><code>height</code></a> property.
</p>
<div class="note notecard">
<p>
<strong>Note:</strong> In some instances, such as
<a href="/en-US/docs/Web/HTML/Element/div"><code>&lt;div&gt;</code></a
>, this is a legacy attribute, in which case the CSS
<a href="/en-US/docs/Web/CSS/height"><code>height</code></a> property
should be used instead.
</p>
</div>
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Global_attributes/hidden"
>hidden</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>
Prevents rendering of given element, while keeping child elements, e.g.
script elements, active.
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/meter#attr-high">high</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/meter"
><code>&lt;meter&gt;</code></a
>
</td>
<td>Indicates the lower bound of the upper range.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/href"
class="page-not-created"
title="This is a link to an unwritten page"
>href</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/a"><code>&lt;a&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/area"><code>&lt;area&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/base"><code>&lt;base&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/link"><code>&lt;link&gt;</code></a>
</td>
<td>The URL of a linked resource.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/hreflang"
class="page-not-created"
title="This is a link to an unwritten page"
>hreflang</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/a"><code>&lt;a&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/area"><code>&lt;area&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/link"><code>&lt;link&gt;</code></a>
</td>
<td>Specifies the language of the linked resource.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/meta#attr-http-equiv"
>http-equiv</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/meta"><code>&lt;meta&gt;</code></a>
</td>
<td>Defines a pragma directive.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Element/command#attr-icon"
class="page-not-created"
title="This is a link to an unwritten page"
>icon</a
></code
>
</td>
<td>
<a
href="/en-US/docs/Web/HTML/Element/command"
class="page-not-created"
title="This is a link to an unwritten page"
><code>&lt;command&gt;</code></a
>
</td>
<td>Specifies a picture which represents the command.</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Global_attributes/id">id</a></code>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>
Often used with CSS to style a specific element. The value of this
attribute must be unique.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/importance"
class="page-not-created"
title="This is a link to an unwritten page"
>importance</a
></code
>
<svg class="icon icon-experimental" tabindex="0">
<use xlink:href="/assets/badges.svg#icon-experimental"></use>
</svg>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/iframe"
><code>&lt;iframe&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/img"><code>&lt;img&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/link"><code>&lt;link&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/script"
><code>&lt;script&gt;</code></a
>
</td>
<td>Indicates the relative fetch priority for the resource.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/Security/Subresource_Integrity"
>integrity</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/link"><code>&lt;link&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/script"
><code>&lt;script&gt;</code></a
>
</td>
<td>
<p>
Specifies a
<a href="/en-US/docs/Web/Security/Subresource_Integrity"
>Subresource Integrity</a
>
value that allows browsers to verify what they fetch.
</p>
</td>
</tr>
<tr>
<td>
<a href="/en-US/docs/Web/HTML/Element/img#attr-intrinsicsize"
><code>intrinsicsize</code></a
>
<svg class="icon icon-deprecated" tabindex="0">
<use xlink:href="/assets/badges.svg#icon-deprecated"></use>
</svg>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/img"><code>&lt;img&gt;</code></a>
</td>
<td>
This attribute tells the browser to ignore the actual intrinsic size of
the image and pretend its the size specified in the attribute.
</td>
</tr>
<tr>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes/inputmode"
><code>inputmode</code></a
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Global_attributes/contenteditable"
><code>contenteditable</code></a
>
</td>
<td>
Provides a hint as to the type of data that might be entered by the user
while editing the element or its contents. The attribute can be used with
form controls (such as the value of <code>textarea</code> elements), or in
elements in an editing host (e.g., using
<code>contenteditable</code> attribute).
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/img#attr-ismap">ismap</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/img"><code>&lt;img&gt;</code></a>
</td>
<td>Indicates that the image is part of a server-side image map.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Global_attributes/itemprop"
>itemprop</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td></td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/keygen#attr-keytype"
>keytype</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/keygen"
><code>&lt;keygen&gt;</code></a
>
</td>
<td>Specifies the type of key generated.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/track#attr-kind">kind</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/track"
><code>&lt;track&gt;</code></a
>
</td>
<td>Specifies the kind of text track.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/label"
class="page-not-created"
title="This is a link to an unwritten page"
>label</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/optgroup"
><code>&lt;optgroup&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/option"
><code>&lt;option&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/track"
><code>&lt;track&gt;</code></a
>
</td>
<td>Specifies a user-readable title of the element.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Global_attributes/lang">lang</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>Defines the language used in the element.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/script#attr-language"
>language</a
></code
>
<svg class="icon icon-deprecated" tabindex="0">
<use xlink:href="/assets/badges.svg#icon-deprecated"></use>
</svg>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/script"
><code>&lt;script&gt;</code></a
>
</td>
<td>Defines the script language used in the element.</td>
</tr>
<tr>
<td>
<code>loading</code>
<svg class="icon icon-experimental" tabindex="0">
<use xlink:href="/assets/badges.svg#icon-experimental"></use>
</svg>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/img"><code>&lt;img&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/iframe"
><code>&lt;iframe&gt;</code></a
>
</td>
<td>
Indicates if the element should be loaded lazily
(<code>loading="lazy"</code>) or loaded immediately
(<code>loading="eager"</code>).
<div class="note notecard">
<strong>WIP:</strong>
<a
href="https://github.com/whatwg/html/pull/3752"
class="external"
rel=" noopener"
>WHATWG PR #3752</a
>
</div>
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/input#attr-list">list</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/input"
><code>&lt;input&gt;</code></a
>
</td>
<td>Identifies a list of pre-defined options to suggest to the user.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/loop"
class="page-not-created"
title="This is a link to an unwritten page"
>loop</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/audio"><code>&lt;audio&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/bgsound"
><code>&lt;bgsound&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/marquee"
><code>&lt;marquee&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/video"
><code>&lt;video&gt;</code></a
>
</td>
<td>
Indicates whether the media should start playing from the start when it's
finished.
</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Element/meter#attr-low">low</a></code>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/meter"
><code>&lt;meter&gt;</code></a
>
</td>
<td>Indicates the upper bound of the lower range.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/html#attr-manifest"
>manifest</a
></code
>
<svg class="icon icon-deprecated" tabindex="0">
<use xlink:href="/assets/badges.svg#icon-deprecated"></use>
</svg>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/html"><code>&lt;html&gt;</code></a>
</td>
<td>
Specifies the URL of the document's cache manifest.
<div class="note notecard">
<strong>Note:</strong> This attribute is obsolete, use
<a href="/en-US/docs/Web/Manifest"
><code>&lt;link rel="manifest"&gt;</code></a
>
instead.
</div>
</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Attributes/max">max</a></code>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/meter"><code>&lt;meter&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/progress"
><code>&lt;progress&gt;</code></a
>
</td>
<td>Indicates the maximum value allowed.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Attributes/maxlength">maxlength</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a
>
</td>
<td>Defines the maximum number of characters allowed in the element.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Attributes/minlength">minlength</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a
>
</td>
<td>Defines the minimum number of characters allowed in the element.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/media"
class="page-not-created"
title="This is a link to an unwritten page"
>media</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/a"><code>&lt;a&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/area"><code>&lt;area&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/link"><code>&lt;link&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/source"
><code>&lt;source&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/style"
><code>&lt;style&gt;</code></a
>
</td>
<td>
Specifies a hint of the media for which the linked resource was designed.
</td>
</tr>
<tr>
<td><a href="/en-US/docs/Web/HTML/Element/form#attr-method">method</a></td>
<td>
<a href="/en-US/docs/Web/HTML/Element/form"><code>&lt;form&gt;</code></a>
</td>
<td>
Defines which <a href="/en-US/docs/Web/HTTP">HTTP</a> method to use when
submitting the form. Can be <code>GET</code> (default) or
<code>POST</code>.
</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Attributes/min">min</a></code>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/meter"
><code>&lt;meter&gt;</code></a
>
</td>
<td>Indicates the minimum value allowed.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Attributes/multiple">multiple</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/select"
><code>&lt;select&gt;</code></a
>
</td>
<td>
Indicates whether multiple values can be entered in an input of the type
<code>email</code> or <code>file</code>.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/muted"
class="page-not-created"
title="This is a link to an unwritten page"
>muted</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/audio"><code>&lt;audio&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/video"
><code>&lt;video&gt;</code></a
>
</td>
<td>
Indicates whether the audio will be initially silenced on page load.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/name"
class="page-not-created"
title="This is a link to an unwritten page"
>name</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/button"
><code>&lt;button&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/form"><code>&lt;form&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/fieldset"
><code>&lt;fieldset&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/iframe"
><code>&lt;iframe&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/keygen"
><code>&lt;keygen&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/object"
><code>&lt;object&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/output"
><code>&lt;output&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/select"
><code>&lt;select&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/map"><code>&lt;map&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/meta"><code>&lt;meta&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/param"
><code>&lt;param&gt;</code></a
>
</td>
<td>
Name of the element. For example used by the server to identify the fields
in form submits.
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/form#attr-novalidate"
>novalidate</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/form"><code>&lt;form&gt;</code></a>
</td>
<td>
This attribute indicates that the form shouldn't be validated when
submitted.
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/details#attr-open">open</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/details"
><code>&lt;details&gt;</code></a
>
</td>
<td>Indicates whether the details will be shown on page load.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/meter#attr-optimum"
>optimum</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/meter"
><code>&lt;meter&gt;</code></a
>
</td>
<td>Indicates the optimal numeric value.</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Attributes/pattern">pattern</a></code>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/input"
><code>&lt;input&gt;</code></a
>
</td>
<td>
Defines a regular expression which the element's value will be validated
against.
</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Element/a#attr-ping">ping</a></code>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/a"><code>&lt;a&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/area"><code>&lt;area&gt;</code></a>
</td>
<td>
The <code>ping</code> attribute specifies a space-separated list of URLs
to be notified if a user follows the hyperlink.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/placeholder"
class="page-not-created"
title="This is a link to an unwritten page"
>placeholder</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a
>
</td>
<td>Provides a hint to the user of what can be entered in the field.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/video#attr-poster"
>poster</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/video"
><code>&lt;video&gt;</code></a
>
</td>
<td>
A URL indicating a poster frame to show until the user plays or seeks.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/preload"
class="page-not-created"
title="This is a link to an unwritten page"
>preload</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/audio"><code>&lt;audio&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/video"
><code>&lt;video&gt;</code></a
>
</td>
<td>
Indicates whether the whole resource, parts of it or nothing should be
preloaded.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Element/command#attr-radiogroup"
class="page-not-created"
title="This is a link to an unwritten page"
>radiogroup</a
></code
>
</td>
<td>
<a
href="/en-US/docs/Web/HTML/Element/command"
class="page-not-created"
title="This is a link to an unwritten page"
><code>&lt;command&gt;</code></a
>
</td>
<td></td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Attributes/readonly">readonly</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a
>
</td>
<td>Indicates whether the element can be edited.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/referralpolicy"
class="page-not-created"
title="This is a link to an unwritten page"
>referrerpolicy</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/a"><code>&lt;a&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/area"><code>&lt;area&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/iframe"
><code>&lt;iframe&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/img"><code>&lt;img&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/link"><code>&lt;link&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/script"
><code>&lt;script&gt;</code></a
>
</td>
<td>Specifies which referrer is sent when fetching the resource.</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Attributes/rel">rel</a></code>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/a"><code>&lt;a&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/area"><code>&lt;area&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/link"><code>&lt;link&gt;</code></a>
</td>
<td>Specifies the relationship of the target object to the link object.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Attributes/required">required</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/select"
><code>&lt;select&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a
>
</td>
<td>Indicates whether this element is required to fill out or not.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/ol#attr-reversed"
>reversed</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/ol"><code>&lt;ol&gt;</code></a>
</td>
<td>
Indicates whether the list should be displayed in a descending order
instead of a ascending.
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/textarea#attr-rows"
>rows</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a
>
</td>
<td>Defines the number of rows in a text area.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/rowspan"
class="page-not-created"
title="This is a link to an unwritten page"
>rowspan</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/td"><code>&lt;td&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/th"><code>&lt;th&gt;</code></a>
</td>
<td>Defines the number of rows a table cell should span over.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/iframe#attr-sandbox"
>sandbox</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/iframe"
><code>&lt;iframe&gt;</code></a
>
</td>
<td>
Stops a document loaded in an iframe from using certain features (such as
submitting forms or opening new windows).
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/th#attr-scope">scope</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/th"><code>&lt;th&gt;</code></a>
</td>
<td>
Defines the cells that the header test (defined in the
<code>th</code> element) relates to.
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/style#attr-scoped"
>scoped</a
></code
>
<svg class="icon icon-nonstandard" tabindex="0">
<use xlink:href="/assets/badges.svg#icon-nonstandard"></use>
</svg>
<svg class="icon icon-deprecated" tabindex="0">
<use xlink:href="/assets/badges.svg#icon-deprecated"></use>
</svg>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/style"
><code>&lt;style&gt;</code></a
>
</td>
<td></td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/option#attr-selected"
>selected</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/option"
><code>&lt;option&gt;</code></a
>
</td>
<td>Defines a value which will be selected on page load.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/shape"
class="page-not-created"
title="This is a link to an unwritten page"
>shape</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/a"><code>&lt;a&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/area"><code>&lt;area&gt;</code></a>
</td>
<td></td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Attributes/size">size</a></code>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/select"
><code>&lt;select&gt;</code></a
>
</td>
<td>
Defines the width of the element (in pixels). If the element's
<code>type</code> attribute is <code>text</code> or
<code>password</code> then it's the number of characters.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/sizes"
class="page-not-created"
title="This is a link to an unwritten page"
>sizes</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/link"><code>&lt;link&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/img"><code>&lt;img&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/source"
><code>&lt;source&gt;</code></a
>
</td>
<td></td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Global_attributes/slot">slot</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>Assigns a slot in a shadow DOM shadow tree to an element.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/span"
class="page-not-created"
title="This is a link to an unwritten page"
>span</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/col"><code>&lt;col&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/colgroup"
><code>&lt;colgroup&gt;</code></a
>
</td>
<td></td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Global_attributes/spellcheck"
>spellcheck</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>Indicates whether spell checking is allowed for the element.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/src"
class="page-not-created"
title="This is a link to an unwritten page"
>src</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/audio"><code>&lt;audio&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/embed"><code>&lt;embed&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/iframe"
><code>&lt;iframe&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/img"><code>&lt;img&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/script"
><code>&lt;script&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/source"
><code>&lt;source&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/track"><code>&lt;track&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/video"
><code>&lt;video&gt;</code></a
>
</td>
<td>The URL of the embeddable content.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/iframe#attr-srcdoc"
>srcdoc</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/iframe"
><code>&lt;iframe&gt;</code></a
>
</td>
<td></td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/track#attr-srclang"
>srclang</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/track"
><code>&lt;track&gt;</code></a
>
</td>
<td></td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/srcset"
class="page-not-created"
title="This is a link to an unwritten page"
>srcset</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/img"><code>&lt;img&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/source"
><code>&lt;source&gt;</code></a
>
</td>
<td>One or more responsive image candidates.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/ol#attr-start">start</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/ol"><code>&lt;ol&gt;</code></a>
</td>
<td>Defines the first number if other than 1.</td>
</tr>
<tr>
<td>
<code><a href="/en-US/docs/Web/HTML/Attributes/step">step</a></code>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/input"
><code>&lt;input&gt;</code></a
>
</td>
<td></td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Global_attributes/style">style</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>Defines CSS styles which will override styles previously set.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/table#attr-summary"
>summary</a
></code
>
<svg class="icon icon-deprecated" tabindex="0">
<use xlink:href="/assets/badges.svg#icon-deprecated"></use>
</svg>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/table"
><code>&lt;table&gt;</code></a
>
</td>
<td></td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Global_attributes/tabindex"
>tabindex</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>
Overrides the browser's default tab order and follows the one specified
instead.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/target"
class="page-not-created"
title="This is a link to an unwritten page"
>target</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/a"><code>&lt;a&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/area"><code>&lt;area&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/base"><code>&lt;base&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/form"><code>&lt;form&gt;</code></a>
</td>
<td>
Specifies where to open the linked document (in the case of an
<code>&lt;a&gt;</code> element) or where to display the response received
(in the case of a <code>&lt;form&gt;</code> element)
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Global_attributes/title">title</a></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>Text to be displayed in a tooltip when hovering over the element.</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Global_attributes/translate"
>translate</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Global_attributes">Global attribute</a>
</td>
<td>
Specify whether an elements attribute values and the values of its
<code
><a
href="https://dom.spec.whatwg.org/#text"
id="ref-for-text①⑦"
class="external"
rel=" noopener"
>Text</a
></code
>
node children are to be translated when the page is localized, or whether
to leave them unchanged.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/type"
class="page-not-created"
title="This is a link to an unwritten page"
>type</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/button"
><code>&lt;button&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a
href="/en-US/docs/Web/HTML/Element/command"
class="page-not-created"
title="This is a link to an unwritten page"
><code>&lt;command&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/embed"><code>&lt;embed&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/object"
><code>&lt;object&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/script"
><code>&lt;script&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/source"
><code>&lt;source&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/style"><code>&lt;style&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/menu"><code>&lt;menu&gt;</code></a>
</td>
<td>Defines the type of the element.</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/usemap"
class="page-not-created"
title="This is a link to an unwritten page"
>usemap</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/img"><code>&lt;img&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/object"
><code>&lt;object&gt;</code></a
>
</td>
<td></td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/value"
class="page-not-created"
title="This is a link to an unwritten page"
>value</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/button"
><code>&lt;button&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/data"><code>&lt;data&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/li"><code>&lt;li&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/meter"><code>&lt;meter&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/option"
><code>&lt;option&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/progress"
><code>&lt;progress&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/param"
><code>&lt;param&gt;</code></a
>
</td>
<td>
Defines a default value which will be displayed in the element on page
load.
</td>
</tr>
<tr>
<td>
<code
><a
href="/en-US/docs/Web/HTML/Attributes/width"
class="page-not-created"
title="This is a link to an unwritten page"
>width</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/canvas"
><code>&lt;canvas&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/embed"><code>&lt;embed&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/iframe"
><code>&lt;iframe&gt;</code></a
>, <a href="/en-US/docs/Web/HTML/Element/img"><code>&lt;img&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/input"><code>&lt;input&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/object"
><code>&lt;object&gt;</code></a
>,
<a href="/en-US/docs/Web/HTML/Element/video"
><code>&lt;video&gt;</code></a
>
</td>
<td>
<p>For the elements listed here, this establishes the element's width.</p>
<div class="note notecard">
<p>
<strong>Note:</strong> For all other instances, such as
<a href="/en-US/docs/Web/HTML/Element/div"><code>&lt;div&gt;</code></a
>, this is a legacy attribute, in which case the CSS
<a href="/en-US/docs/Web/CSS/width"><code>width</code></a> property
should be used instead.
</p>
</div>
</td>
</tr>
<tr>
<td>
<code
><a href="/en-US/docs/Web/HTML/Element/textarea#attr-wrap"
>wrap</a
></code
>
</td>
<td>
<a href="/en-US/docs/Web/HTML/Element/textarea"
><code>&lt;textarea&gt;</code></a
>
</td>
<td>Indicates whether the text should be wrapped.</td>
</tr>
</tbody>