You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
702 lines
82 KiB
702 lines
82 KiB
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>HTML: The Markup Language</title>
|
|
<link rel="stylesheet" href="style.css" type="text/css">
|
|
<link rel="stylesheet" href="http://www.w3.org/StyleSheets/TR/W3C-WD" type="text/css">
|
|
<link rel="next" href="intro.html" title="intro">
|
|
<link rel="index" href="index-of-terms.html">
|
|
<link rel="contents" href="Overview.html#toc">
|
|
</head>
|
|
<body onload="initDfn()" class="chunk">
|
|
<div id="jump-indexes" class="no-number no-toc"><div id="jumpIndexA-button" role="button" aria-haspopup="true" tabindex="0">jump</div></div>
|
|
<div class="head">
|
|
<div><a href="http://www.w3.org/"><img height="48" width="72" alt="W3C" src="http://www.w3.org/Icons/w3c_home"></a></div>
|
|
<h1>HTML: The Markup Language</h1>
|
|
<h3 id="subtitle">An HTML language reference</h3>
|
|
<h2>W3C Working Draft <em>25 May 2011</em>
|
|
</h2>
|
|
<dl>
|
|
<dt>This Version:</dt>
|
|
<dd><a href="http://www.w3.org/TR/2011/WD-html-markup-20110525/">http://www.w3.org/TR/2011/WD-html-markup-20110525/</a></dd>
|
|
<dt>Latest Published Version:</dt>
|
|
<dd><a href="http://www.w3.org/TR/html-markup/">http://www.w3.org/TR/html-markup/</a></dd>
|
|
<dt class="ed-draft-link">Latest Editor's Draft:</dt>
|
|
<dd> <a id="latestED" href="http://dev.w3.org/html5/markup/">http://dev.w3.org/html5/markup/</a> </dd>
|
|
<dt>Previous Versions:</dt>
|
|
<dd><a href="http://www.w3.org/TR/2011/WD-html-markup-20110405/">http://www.w3.org/TR/2011/WD-html-markup-20110405/</a></dd>
|
|
<dd><a href="http://www.w3.org/TR/2011/WD-html-markup-20110113/">http://www.w3.org/TR/2011/WD-html-markup-20110113/</a></dd>
|
|
<dd><a href="http://www.w3.org/TR/2010/WD-html-markup-20101019/">http://www.w3.org/TR/2010/WD-html-markup-20101019/</a></dd>
|
|
<dd><a href="http://www.w3.org/TR/2010/WD-html-markup-20100624/">http://www.w3.org/TR/2010/WD-html-markup-20100624/</a></dd>
|
|
<dd><a href="http://www.w3.org/TR/2010/WD-html-markup-20100304/">http://www.w3.org/TR/2010/WD-html-markup-20100304/</a></dd>
|
|
</dl>
|
|
<dl>
|
|
<dt>Editors:</dt>
|
|
<dd>
|
|
<a href="http://people.w3.org/mike/">Michael[tm] Smith</a>, W3C <<a href="mailto:mike@w3.org">mike@w3.org</a>></dd>
|
|
</dl>
|
|
<p>The content of this document is also available as
|
|
<a href="spec.html">a single HTML file</a>.
|
|
</p>
|
|
<p class="copyright"><a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2011 <a href="http://www.w3.org/"><abbr title="World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href="http://www.csail.mit.edu/"><abbr title="Massachusetts Institute of Technology">MIT</abbr></a>, <a href="http://www.ercim.eu/"><abbr title="European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>, <a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C <a href="http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>, <a href="http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a> and <a href="http://www.w3.org/Consortium/Legal/copyright-documents">document use</a> rules apply.</p>
|
|
</div>
|
|
<hr>
|
|
<div id="tocjump" class="skip-link" style="text-align: center"><a href="Overview.html#toc">Skip to Table of Contents</a></div>
|
|
<div id="abstract">
|
|
<h2>Abstract </h2>
|
|
<p>This non-normative reference describes the
|
|
|
|
HTML markup language and provides details to help
|
|
producers of HTML content create documents that conform
|
|
to the language.
|
|
It is intended to complement the normative conformance
|
|
criteria defined in the
|
|
<a href="http://dev.w3.org/html5/spec/">HTML5: A vocabulary and associated APIs for HTML and XHTML</a>
|
|
specification,
|
|
as well as information in related deliverables published by
|
|
the HTML Working Group and from other sources.
|
|
By design, this reference does not describe related APIs in detail,
|
|
nor attempt to explain how implementations that are
|
|
consumers of HTML content are meant to process documents
|
|
(those areas are covered by the
|
|
<a href="http://dev.w3.org/html5/spec/">HTML5 specification</a>
|
|
itself),
|
|
nor attempt to also be a tutorial or “how to” authoring guide.</p>
|
|
</div>
|
|
<div id="status">
|
|
<h2>Status of this Document </h2>
|
|
|
|
<p><em>
|
|
This section describes the status of this document at the time of
|
|
its publication. Other documents may supersede this document. A list
|
|
of current W3C publications and the latest revision of this technical
|
|
report can be found in the <a href="http://www.w3.org/TR/">W3C technical
|
|
reports index</a> at http://www.w3.org/TR/.
|
|
</em></p>
|
|
<p>
|
|
This document is the 25 May 2011 Working Draft of
|
|
<cite>HTML: The Markup Language</cite>.
|
|
|
|
If you’d like to comment on this document, the preferred
|
|
means for commenting is to submit your comments through the
|
|
<a href="http://www.w3.org/Bugs/Public/enter_bug.cgi?product=HTML%20WG&component=HTML5%3A%20The%20Markup%20Language%20%28editor%3A%20Michael%28tm%29%20Smith%29">HTML Working Group bugzilla database, with the <b>Component</b> field set to <code>HTML5: The Markup Language</code></a>.
|
|
Alternatively, you can send comments by e-mail to
|
|
<a href="mailto:public-html-comments@w3.org">public-html-comments@w3.org</a>
|
|
(<a href="http://lists.w3.org/Archives/Public/public-html-comments">archived</a>).
|
|
</p>
|
|
<p>
|
|
This document
|
|
was published by
|
|
the <a href="http://www.w3.org/html/wg/">W3C HTML Working Group</a>,
|
|
part of the <a href="http://www.w3.org/MarkUp/Activity.html">HTML Activity</a>
|
|
in the W3C <a href="http://www.w3.org/Interaction/">Interaction Domain</a>.
|
|
</p>
|
|
<div>
|
|
<div>
|
|
<h2 id="instability">Instability and incompleteness of this document</h2>
|
|
<p>This document is a working draft — all parts of it remain
|
|
subject to significant change or removal, and some parts are
|
|
currently incomplete; in particular, many elements currently
|
|
lack complete documentation in the following subsections:</p>
|
|
<dl class="status-missing">
|
|
<dt><span class="section-title-ref">Examples</span></dt>
|
|
<dd>The documentation for each element ideally have
|
|
at least one conformant example and at least one
|
|
non-conformant example.</dd>
|
|
<dt><span class="section-title-ref">Details</span></dt>
|
|
<dd>The purpose of this subsection is to provide, where
|
|
needed, additional details about the semantics of the
|
|
element and its attributes.</dd>
|
|
<dt><span class="section-title-ref">Additional constraints and admonitions</span></dt>
|
|
<dd>This purpose of this subsection is to provide, where
|
|
needed, additional document-conformance constraints and
|
|
usage admonitions for the element and its attributes (in
|
|
addition to those already documented in the
|
|
<i>Permitted content</i>,
|
|
<i>Permitted attributes</i>,
|
|
<i>Permitted parent elements</i>,
|
|
and
|
|
<i>Tag omission</i>
|
|
subsections).</dd>
|
|
</dl>
|
|
</div>
|
|
</div>
|
|
<p>
|
|
Publication as a
|
|
Working Draft does not imply endorsement by the
|
|
W3C Membership. This is a draft document and may be updated, replaced
|
|
or obsoleted by other documents at any time. It is inappropriate to cite
|
|
this document as other than work in progress.
|
|
</p>
|
|
<p>
|
|
This document was produced by a group operating under the
|
|
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February
|
|
2004 W3C Patent Policy</a>.
|
|
This document is informative only.
|
|
W3C maintains a
|
|
<a href="http://www.w3.org/2004/01/pp-impl/40318/status">public list of
|
|
any patent disclosures</a> made in connection with the deliverables of
|
|
the group; that page also includes instructions for disclosing a patent.
|
|
An individual who has actual knowledge of a patent which the individual
|
|
believes contains
|
|
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#def-essential">Essential
|
|
Claim(s)</a> must disclose the information in accordance with
|
|
<a href="http://www.w3.org/Consortium/Patent-Policy-20040205/#sec-Disclosure">section
|
|
6 of the W3C Patent Policy</a>.
|
|
</p>
|
|
</div>
|
|
<div class="toc" id="toc">
|
|
|
|
<h2>Table of Contents <a class="hash" href="#toc">#</a> <a class="toc-bak" href="Overview.html#toc">T</a>
|
|
</h2>
|
|
<ul>
|
|
<li> <a href="intro.html#intro"><span class="toc-section-number">1. </span><span class="toc-section-name"> Introduction</span></a>
|
|
</li>
|
|
<li> <a href="terminology.html#terminology"><span class="toc-section-number">2. </span><span class="toc-section-name"> Terminology</span></a>
|
|
</li>
|
|
<li> <a href="documents.html#documents"><span class="toc-section-number">3. </span><span class="toc-section-name"> Documents</span></a>
|
|
</li>
|
|
<li> <a href="syntax.html#syntax"><span class="toc-section-number">4. </span><span class="toc-section-name"> HTML syntax</span></a>
|
|
</li>
|
|
<li> <a href="elements-by-function.html#elements-by-function"><span class="toc-section-number">5. </span><span class="toc-section-name"> HTML elements organized by function</span></a>
|
|
</li>
|
|
<li> <a href="elements.html#elements"><span class="toc-section-number">6. </span><span class="toc-section-name"> HTML elements</span></a>
|
|
</li>
|
|
<li> <a href="common-models.html#common-models"><span class="toc-section-number">7. </span><span class="toc-section-name"> Common content models</span></a>
|
|
</li>
|
|
<li> <a href="global-attributes.html#global-attributes"><span class="toc-section-number">8. </span><span class="toc-section-name"> Global attributes</span></a>
|
|
</li>
|
|
<li> <a href="datatypes.html#datatypes"><span class="toc-section-number">9. </span><span class="toc-section-name"> Data types (common microsyntaxes)</span></a>
|
|
</li>
|
|
</ul>
|
|
<ul>
|
|
<li> <a href="references.html#references"><span class="toc-section-number">A. </span><span class="toc-section-name"> References</span></a>
|
|
</li>
|
|
<li> <a href="acknowledgments.html#acknowledgments"><span class="toc-section-number">B. </span><span class="toc-section-name"> Acknowledgments</span></a>
|
|
</li>
|
|
</ul>
|
|
<ul class="index-toc"><li><a href="index-of-terms.html">Index of terms</a></li></ul>
|
|
</div>
|
|
<div class="toc" id="toc-full">
|
|
|
|
<h2>Full Table of Contents </h2>
|
|
<ul>
|
|
<li id="intro-toc"> <a href="intro.html#intro"><span class="toc-section-number">1. </span><span class="toc-section-name"> Introduction</span></a>
|
|
</li>
|
|
<li id="terminology-toc"> <a href="terminology.html#terminology"><span class="toc-section-number">2. </span><span class="toc-section-name"> Terminology</span></a>
|
|
</li>
|
|
<li id="documents-toc"> <a href="documents.html#documents"><span class="toc-section-number">3. </span><span class="toc-section-name"> Documents</span></a>
|
|
<ul>
|
|
<li id="language-and-syntax-toc"> <a href="documents.html#language-and-syntax"><span class="toc-section-number">3.1. </span><span class="toc-section-name"> The HTML language and HTML and XML syntaxes</span></a>
|
|
</li>
|
|
<li id="mime-types-toc"> <a href="documents.html#mime-types"><span class="toc-section-number">3.2. </span><span class="toc-section-name"> The HTML namespace and MIME types</span></a>
|
|
</li>
|
|
<li id="conformant-documents-toc"> <a href="documents.html#conformant-documents"><span class="toc-section-number">3.3. </span><span class="toc-section-name"> Conformant documents</span></a>
|
|
</li>
|
|
<li id="case-insensitivity-toc"> <a href="documents.html#case-insensitivity"><span class="toc-section-number">3.4. </span><span class="toc-section-name"> Case insensitivity in tag names and attribute names</span></a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li id="syntax-toc"> <a href="syntax.html#syntax"><span class="toc-section-number">4. </span><span class="toc-section-name"> HTML syntax</span></a>
|
|
<ul>
|
|
<li id="doctype-syntax-toc"> <a href="syntax.html#doctype-syntax"><span class="toc-section-number">4.1. </span><span class="toc-section-name"> The doctype</span></a>
|
|
</li>
|
|
<li id="character-encoding-toc"> <a href="syntax.html#character-encoding"><span class="toc-section-number">4.2. </span><span class="toc-section-name"> Character encoding declaration</span></a>
|
|
</li>
|
|
<li id="syntax-elements-toc"> <a href="syntax.html#syntax-elements"><span class="toc-section-number">4.3. </span><span class="toc-section-name"> Elements</span></a>
|
|
</li>
|
|
<li id="syntax-attributes-toc"> <a href="syntax.html#syntax-attributes"><span class="toc-section-number">4.4. </span><span class="toc-section-name"> Attributes</span></a>
|
|
</li>
|
|
<li id="text-syntax-toc"> <a href="syntax.html#text-syntax"><span class="toc-section-number">4.5. </span><span class="toc-section-name"> Text and character data</span></a>
|
|
</li>
|
|
<li id="character-references-toc"> <a href="syntax.html#character-references"><span class="toc-section-number">4.6. </span><span class="toc-section-name"> Character references</span></a>
|
|
</li>
|
|
<li id="comments-toc"> <a href="syntax.html#comments"><span class="toc-section-number">4.7. </span><span class="toc-section-name"> Comments</span></a>
|
|
</li>
|
|
<li id="svg-mathml-toc"> <a href="syntax.html#svg-mathml"><span class="toc-section-number">4.8. </span><span class="toc-section-name"> SVG and MathML elements in HTML documents</span></a>
|
|
</li>
|
|
<li id="cdata-sections-toc"> <a href="syntax.html#cdata-sections"><span class="toc-section-number">4.9. </span><span class="toc-section-name"> CDATA sections in SVG and MathML contents</span></a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li id="elements-by-function-toc"> <a href="elements-by-function.html#elements-by-function"><span class="toc-section-number">5. </span><span class="toc-section-name"> HTML elements organized by function</span></a>
|
|
</li>
|
|
<li id="elements-toc"> <a href="elements.html#elements"><span class="toc-section-number">6. </span><span class="toc-section-name"> HTML elements</span></a>
|
|
<ul>
|
|
<li id="a-toc">
|
|
<span class="spec-link"><a title="Read about the a element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-a-element">ⓘ</a></span> <a href="a.html#a"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">a</span> – <span class="shortdesc">hyperlink</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
|
|
</li>
|
|
<li id="abbr-toc">
|
|
<span class="spec-link"><a title="Read about the abbr element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-abbr-element">ⓘ</a></span> <a href="abbr.html#abbr"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">abbr</span> – <span class="shortdesc">abbreviation</span></span></a>
|
|
</li>
|
|
<li id="address-toc">
|
|
<span class="spec-link"><a title="Read about the address element in the HTML5 spec" href="http://dev.w3.org/html5/spec/sections.html#the-address-element">ⓘ</a></span> <a href="address.html#address"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">address</span> – <span class="shortdesc">contact information</span></span></a>
|
|
</li>
|
|
<li id="area-toc">
|
|
<span class="spec-link"><a title="Read about the area element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-map-element.html#the-area-element">ⓘ</a></span> <a href="area.html#area"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">area</span> – <span class="shortdesc">image-map hyperlink</span></span></a>
|
|
</li>
|
|
<li id="article-toc">
|
|
<span class="spec-link"><a title="Read about the article element in the HTML5 spec" href="http://dev.w3.org/html5/spec/sections.html#the-article-element">ⓘ</a></span> <a href="article.html#article"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">article</span> – <span class="shortdesc">article</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="aside-toc">
|
|
<span class="spec-link"><a title="Read about the aside element in the HTML5 spec" href="http://dev.w3.org/html5/spec/sections.html#the-aside-element">ⓘ</a></span> <a href="aside.html#aside"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">aside</span> – <span class="shortdesc">tangential content</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="audio-toc">
|
|
<span class="spec-link"><a title="Read about the audio element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-iframe-element.html#the-audio-element">ⓘ</a></span> <a href="audio.html#audio"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">audio</span> – <span class="shortdesc">audio stream</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="b-toc">
|
|
<span class="spec-link"><a title="Read about the b element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-b-element">ⓘ</a></span> <a href="b.html#b"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">b</span> – <span class="shortdesc">offset text conventionally styled in bold</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
|
|
</li>
|
|
<li id="base-toc">
|
|
<span class="spec-link"><a title="Read about the base element in the HTML5 spec" href="http://dev.w3.org/html5/spec/semantics.html#the-base-element">ⓘ</a></span> <a href="base.html#base"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">base</span> – <span class="shortdesc">base URL</span></span></a>
|
|
</li>
|
|
<li id="bdi-toc">
|
|
<span class="spec-link"><a title="Read about the bdi element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-bdi-element">ⓘ</a></span> <a href="bdi.html#bdi"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">bdi</span> – <span class="shortdesc">BiDi isolate</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="bdo-toc">
|
|
<span class="spec-link"><a title="Read about the bdo element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-bdo-element">ⓘ</a></span> <a href="bdo.html#bdo"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">bdo</span> – <span class="shortdesc">BiDi override</span></span></a>
|
|
</li>
|
|
<li id="blockquote-toc">
|
|
<span class="spec-link"><a title="Read about the blockquote element in the HTML5 spec" href="http://dev.w3.org/html5/spec/grouping-content.html#the-blockquote-element">ⓘ</a></span> <a href="blockquote.html#blockquote"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">blockquote</span> – <span class="shortdesc">block quotation</span></span></a>
|
|
</li>
|
|
<li id="body-toc">
|
|
<span class="spec-link"><a title="Read about the body element in the HTML5 spec" href="http://dev.w3.org/html5/spec/sections.html#the-body-element">ⓘ</a></span> <a href="body.html#body"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">body</span> – <span class="shortdesc">document body</span></span></a>
|
|
</li>
|
|
<li id="br-toc">
|
|
<span class="spec-link"><a title="Read about the br element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-br-element">ⓘ</a></span> <a href="br.html#br"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">br</span> – <span class="shortdesc">line break</span></span></a>
|
|
</li>
|
|
<li id="button-toc">
|
|
<span class="spec-link"><a title="Read about the button element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-button-element.html#the-button-element">ⓘ</a></span> <a href="button.html#button"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">button</span> – <span class="shortdesc">button</span></span></a>
|
|
</li>
|
|
<li id="button.submit-toc">
|
|
<span class="spec-link"><a title="Read about the button element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-button-element.html#the-button-element">ⓘ</a></span> <a href="button.submit.html#button.submit"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> – <span class="shortdesc">submit button</span></span></a>
|
|
</li>
|
|
<li id="button.reset-toc">
|
|
<span class="spec-link"><a title="Read about the button element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-button-element.html#the-button-element">ⓘ</a></span> <a href="button.reset.html#button.reset"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> – <span class="shortdesc">reset button</span></span></a>
|
|
</li>
|
|
<li id="button.button-toc">
|
|
<span class="spec-link"><a title="Read about the button element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-button-element.html#the-button-element">ⓘ</a></span> <a href="button.button.html#button.button"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">button</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> – <span class="shortdesc">button with no additional semantics</span></span></a>
|
|
</li>
|
|
<li id="canvas-toc">
|
|
<span class="spec-link"><a title="Read about the canvas element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-canvas-element.html#the-canvas-element">ⓘ</a></span> <a href="canvas.html#canvas"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">canvas</span> – <span class="shortdesc">canvas for dynamic graphics</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="caption-toc">
|
|
<span class="spec-link"><a title="Read about the caption element in the HTML5 spec" href="http://dev.w3.org/html5/spec/tabular-data.html#the-caption-element">ⓘ</a></span> <a href="caption.html#caption"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">caption</span> – <span class="shortdesc">table title</span></span></a>
|
|
</li>
|
|
<li id="cite-toc">
|
|
<span class="spec-link"><a title="Read about the cite element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-cite-element">ⓘ</a></span> <a href="cite.html#cite"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">cite</span> – <span class="shortdesc">cited title of a work</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
|
|
</li>
|
|
<li id="code-toc">
|
|
<span class="spec-link"><a title="Read about the code element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-code-element">ⓘ</a></span> <a href="code.html#code"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">code</span> – <span class="shortdesc">code fragment</span></span></a>
|
|
</li>
|
|
<li id="col-toc">
|
|
<span class="spec-link"><a title="Read about the col element in the HTML5 spec" href="http://dev.w3.org/html5/spec/tabular-data.html#the-col-element">ⓘ</a></span> <a href="col.html#col"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">col</span> – <span class="shortdesc">table column</span></span></a>
|
|
</li>
|
|
<li id="colgroup-toc">
|
|
<span class="spec-link"><a title="Read about the colgroup element in the HTML5 spec" href="http://dev.w3.org/html5/spec/tabular-data.html#the-colgroup-element">ⓘ</a></span> <a href="colgroup.html#colgroup"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">colgroup</span> – <span class="shortdesc">table column group</span></span></a>
|
|
</li>
|
|
<li id="command-toc">
|
|
<span class="spec-link"><a title="Read about the command element in the HTML5 spec" href="http://dev.w3.org/html5/spec/interactive-elements.html#the-command">ⓘ</a></span> <a href="command.html#command"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">command</span> – <span class="shortdesc">command</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="command.command-toc">
|
|
<span class="spec-link"><a title="Read about the command element in the HTML5 spec" href="http://dev.w3.org/html5/spec/interactive-elements.html#the-command-element">ⓘ</a></span> <a href="command.command.html#command.command"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">command</span></span> – <span class="shortdesc">command with an associated action</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="command.radio-toc">
|
|
<span class="spec-link"><a title="Read about the command element in the HTML5 spec" href="http://dev.w3.org/html5/spec/interactive-elements.html#the-command-element">ⓘ</a></span> <a href="command.radio.html#command.radio"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> – <span class="shortdesc">selection of one item from a list of items</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="command.checkbox-toc">
|
|
<span class="spec-link"><a title="Read about the command element in the HTML5 spec" href="http://dev.w3.org/html5/spec/interactive-elements.html#the-command-element">ⓘ</a></span> <a href="command.checkbox.html#command.checkbox"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">command</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> – <span class="shortdesc">state or option that can be toggled</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="datalist-toc">
|
|
<span class="spec-link"><a title="Read about the datalist element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-button-element.html#the-datalist-element">ⓘ</a></span> <a href="datalist.html#datalist"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">datalist</span> – <span class="shortdesc">predefined options for other controls</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="dd-toc">
|
|
<span class="spec-link"><a title="Read about the dd element in the HTML5 spec" href="http://dev.w3.org/html5/spec/grouping-content.html#the-dd-element">ⓘ</a></span> <a href="dd.html#dd"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">dd</span> – <span class="shortdesc">description or value</span></span></a>
|
|
</li>
|
|
<li id="del-toc">
|
|
<span class="spec-link"><a title="Read about the del element in the HTML5 spec" href="http://dev.w3.org/html5/spec/edits.html#the-del-element">ⓘ</a></span> <a href="del.html#del"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">del</span> – <span class="shortdesc">deleted text</span></span></a>
|
|
</li>
|
|
<li id="details-toc">
|
|
<span class="spec-link"><a title="Read about the details element in the HTML5 spec" href="http://dev.w3.org/html5/spec/interactive-elements.html#the-details-element">ⓘ</a></span> <a href="details.html#details"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">details</span> – <span class="shortdesc">control for additional on-demand information</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="dfn-toc">
|
|
<span class="spec-link"><a title="Read about the dfn element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-dfn-element">ⓘ</a></span> <a href="dfn.html#dfn"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">dfn</span> – <span class="shortdesc">defining instance</span></span></a>
|
|
</li>
|
|
<li id="div-toc">
|
|
<span class="spec-link"><a title="Read about the div element in the HTML5 spec" href="http://dev.w3.org/html5/spec/grouping-content.html#the-div-element">ⓘ</a></span> <a href="div.html#div"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">div</span> – <span class="shortdesc">generic flow container</span></span></a>
|
|
</li>
|
|
<li id="dl-toc">
|
|
<span class="spec-link"><a title="Read about the dl element in the HTML5 spec" href="http://dev.w3.org/html5/spec/grouping-content.html#the-dl-element">ⓘ</a></span> <a href="dl.html#dl"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">dl</span> – <span class="shortdesc">description list</span></span></a>
|
|
</li>
|
|
<li id="dt-toc">
|
|
<span class="spec-link"><a title="Read about the dt element in the HTML5 spec" href="http://dev.w3.org/html5/spec/grouping-content.html#the-dt-element">ⓘ</a></span> <a href="dt.html#dt"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">dt</span> – <span class="shortdesc">term or name</span></span></a>
|
|
</li>
|
|
<li id="em-toc">
|
|
<span class="spec-link"><a title="Read about the em element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-em-element">ⓘ</a></span> <a href="em.html#em"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">em</span> – <span class="shortdesc">emphatic stress</span></span></a>
|
|
</li>
|
|
<li id="embed-toc">
|
|
<span class="spec-link"><a title="Read about the embed element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-iframe-element.html#the-embed-element">ⓘ</a></span> <a href="embed.html#embed"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">embed</span> – <span class="shortdesc">integration point for plugins</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="fieldset-toc">
|
|
<span class="spec-link"><a title="Read about the fieldset element in the HTML5 spec" href="http://dev.w3.org/html5/spec/forms.html#the-fieldset-element">ⓘ</a></span> <a href="fieldset.html#fieldset"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">fieldset</span> – <span class="shortdesc">set of related form controls</span></span></a>
|
|
</li>
|
|
<li id="figcaption-toc">
|
|
<span class="spec-link"><a title="Read about the figcaption element in the HTML5 spec" href="http://dev.w3.org/html5/spec/grouping-content.html#the-figcaption-element">ⓘ</a></span> <a href="figcaption.html#figcaption"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">figcaption</span> – <span class="shortdesc">figure caption</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="figure-toc">
|
|
<span class="spec-link"><a title="Read about the figure element in the HTML5 spec" href="http://dev.w3.org/html5/spec/grouping-content.html#the-figure-element">ⓘ</a></span> <a href="figure.html#figure"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">figure</span> – <span class="shortdesc">figure with optional caption</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="footer-toc">
|
|
<span class="spec-link"><a title="Read about the footer element in the HTML5 spec" href="http://dev.w3.org/html5/spec/sections.html#the-footer-element">ⓘ</a></span> <a href="footer.html#footer"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">footer</span> – <span class="shortdesc">footer</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="form-toc">
|
|
<span class="spec-link"><a title="Read about the form element in the HTML5 spec" href="http://dev.w3.org/html5/spec/forms.html#the-form-element">ⓘ</a></span> <a href="form.html#form"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">form</span> – <span class="shortdesc">user-submittable form</span></span></a>
|
|
</li>
|
|
<li id="h1-toc">
|
|
<span class="spec-link"><a title="Read about the h1 element in the HTML5 spec" href="http://dev.w3.org/html5/spec/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">ⓘ</a></span> <a href="h1.html#h1"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">h1</span> – <span class="shortdesc">heading</span></span></a>
|
|
</li>
|
|
<li id="h2-toc">
|
|
<span class="spec-link"><a title="Read about the h2 element in the HTML5 spec" href="http://dev.w3.org/html5/spec/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">ⓘ</a></span> <a href="h2.html#h2"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">h2</span> – <span class="shortdesc">heading</span></span></a>
|
|
</li>
|
|
<li id="h3-toc">
|
|
<span class="spec-link"><a title="Read about the h3 element in the HTML5 spec" href="http://dev.w3.org/html5/spec/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">ⓘ</a></span> <a href="h3.html#h3"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">h3</span> – <span class="shortdesc">heading</span></span></a>
|
|
</li>
|
|
<li id="h4-toc">
|
|
<span class="spec-link"><a title="Read about the h4 element in the HTML5 spec" href="http://dev.w3.org/html5/spec/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">ⓘ</a></span> <a href="h4.html#h4"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">h4</span> – <span class="shortdesc">heading</span></span></a>
|
|
</li>
|
|
<li id="h5-toc">
|
|
<span class="spec-link"><a title="Read about the h5 element in the HTML5 spec" href="http://dev.w3.org/html5/spec/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">ⓘ</a></span> <a href="h5.html#h5"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">h5</span> – <span class="shortdesc">heading</span></span></a>
|
|
</li>
|
|
<li id="h6-toc">
|
|
<span class="spec-link"><a title="Read about the h6 element in the HTML5 spec" href="http://dev.w3.org/html5/spec/sections.html#the-h1-h2-h3-h4-h5-and-h6-elements">ⓘ</a></span> <a href="h6.html#h6"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">h6</span> – <span class="shortdesc">heading</span></span></a>
|
|
</li>
|
|
<li id="head-toc">
|
|
<span class="spec-link"><a title="Read about the head element in the HTML5 spec" href="http://dev.w3.org/html5/spec/semantics.html#the-head-element">ⓘ</a></span> <a href="head.html#head"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">head</span> – <span class="shortdesc">document metadata container</span></span></a>
|
|
</li>
|
|
<li id="header-toc">
|
|
<span class="spec-link"><a title="Read about the header element in the HTML5 spec" href="http://dev.w3.org/html5/spec/sections.html#the-header-element">ⓘ</a></span> <a href="header.html#header"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">header</span> – <span class="shortdesc">header</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="hgroup-toc">
|
|
<span class="spec-link"><a title="Read about the hgroup element in the HTML5 spec" href="http://dev.w3.org/html5/spec/sections.html#the-hgroup-element">ⓘ</a></span> <a href="hgroup.html#hgroup"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">hgroup</span> – <span class="shortdesc">heading group</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="hr-toc">
|
|
<span class="spec-link"><a title="Read about the hr element in the HTML5 spec" href="http://dev.w3.org/html5/spec/grouping-content.html#the-hr-element">ⓘ</a></span> <a href="hr.html#hr"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">hr</span> – <span class="shortdesc">thematic break</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
|
|
</li>
|
|
<li id="html-toc">
|
|
<span class="spec-link"><a title="Read about the html element in the HTML5 spec" href="http://dev.w3.org/html5/spec/semantics.html#the-html-element">ⓘ</a></span> <a href="html.html#html"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">html</span> – <span class="shortdesc">root element</span></span></a>
|
|
</li>
|
|
<li id="i-toc">
|
|
<span class="spec-link"><a title="Read about the i element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-i-element">ⓘ</a></span> <a href="i.html#i"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">i</span> – <span class="shortdesc">offset text conventionally styled in italic</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
|
|
</li>
|
|
<li id="iframe-toc">
|
|
<span class="spec-link"><a title="Read about the iframe element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-iframe-element.html#the-iframe-element">ⓘ</a></span> <a href="iframe.html#iframe"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">iframe</span> – <span class="shortdesc">nested browsing context (inline frame)</span></span></a>
|
|
</li>
|
|
<li id="img-toc">
|
|
<span class="spec-link"><a title="Read about the img element in the HTML5 spec" href="http://dev.w3.org/html5/spec/embedded-content-1.html#the-img-element">ⓘ</a></span> <a href="img.html#img"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">img</span> – <span class="shortdesc">image</span></span></a>
|
|
</li>
|
|
<li id="input-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-input-element.html#the-input-element">ⓘ</a></span> <a href="input.html#input"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span> – <span class="shortdesc">input control</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
|
|
</li>
|
|
<li id="input.text-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/states-of-the-type-attribute.html#text-state-and-search-state">ⓘ</a></span> <a href="input.text.html#input.text"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">text</span></span> – <span class="shortdesc">text-input field</span></span></a>
|
|
</li>
|
|
<li id="input.password-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/states-of-the-type-attribute.html#password-state">ⓘ</a></span> <a href="input.password.html#input.password"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">password</span></span> – <span class="shortdesc">password-input field</span></span></a>
|
|
</li>
|
|
<li id="input.checkbox-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/number-state.html#checkbox-state">ⓘ</a></span> <a href="input.checkbox.html#input.checkbox"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">checkbox</span></span> – <span class="shortdesc">checkbox</span></span></a>
|
|
</li>
|
|
<li id="input.radio-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/number-state.html#radio-button-state">ⓘ</a></span> <a href="input.radio.html#input.radio"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">radio</span></span> – <span class="shortdesc">radio button</span></span></a>
|
|
</li>
|
|
<li id="input.button-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/number-state.html#button-state">ⓘ</a></span> <a href="input.button.html#input.button"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">button</span></span> – <span class="shortdesc">button</span></span></a>
|
|
</li>
|
|
<li id="input.submit-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/number-state.html#submit-button-state">ⓘ</a></span> <a href="input.submit.html#input.submit"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">submit</span></span> – <span class="shortdesc">submit button</span></span></a>
|
|
</li>
|
|
<li id="input.reset-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/number-state.html#reset-button-state">ⓘ</a></span> <a href="input.reset.html#input.reset"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">reset</span></span> – <span class="shortdesc">reset button</span></span></a>
|
|
</li>
|
|
<li id="input.file-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/number-state.html#file-upload-state">ⓘ</a></span> <a href="input.file.html#input.file"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">file</span></span> – <span class="shortdesc">file upload control</span></span></a>
|
|
</li>
|
|
<li id="input.hidden-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/states-of-the-type-attribute.html#hidden-state">ⓘ</a></span> <a href="input.hidden.html#input.hidden"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">hidden</span></span> – <span class="shortdesc">hidden input control</span></span></a>
|
|
</li>
|
|
<li id="input.image-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/number-state.html#image-button-state">ⓘ</a></span> <a href="input.image.html#input.image"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">image</span></span> – <span class="shortdesc">image-coordinates input control</span></span></a>
|
|
</li>
|
|
<li id="input.datetime-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/states-of-the-type-attribute.html#date-and-time-state">ⓘ</a></span> <a href="input.datetime.html#input.datetime"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime</span></span> – <span class="shortdesc">global date-and-time input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="input.datetime-local-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/states-of-the-type-attribute.html#local-date-and-time-state">ⓘ</a></span> <a href="input.datetime-local.html#input.datetime-local"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">datetime-local</span></span> – <span class="shortdesc">local date-and-time input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="input.date-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/states-of-the-type-attribute.html#date-state">ⓘ</a></span> <a href="input.date.html#input.date"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">date</span></span> – <span class="shortdesc">date input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="input.month-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/states-of-the-type-attribute.html#month-state">ⓘ</a></span> <a href="input.month.html#input.month"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">month</span></span> – <span class="shortdesc">year-and-month input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="input.time-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/states-of-the-type-attribute.html#time-state">ⓘ</a></span> <a href="input.time.html#input.time"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">time</span></span> – <span class="shortdesc">time input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="input.week-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/states-of-the-type-attribute.html#week-state">ⓘ</a></span> <a href="input.week.html#input.week"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">week</span></span> – <span class="shortdesc">year-and-week input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="input.number-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/number-state.html#number-state">ⓘ</a></span> <a href="input.number.html#input.number"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">number</span></span> – <span class="shortdesc">number input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="input.range-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/number-state.html#range-state">ⓘ</a></span> <a href="input.range.html#input.range"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">range</span></span> – <span class="shortdesc">imprecise number-input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="input.email-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/states-of-the-type-attribute.html#e-mail-state">ⓘ</a></span> <a href="input.email.html#input.email"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">email</span></span> – <span class="shortdesc">e-mail address input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="input.url-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/states-of-the-type-attribute.html#url-state">ⓘ</a></span> <a href="input.url.html#input.url"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">url</span></span> – <span class="shortdesc">URL input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="input.search-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/states-of-the-type-attribute.html#text-state-and-search-state">ⓘ</a></span> <a href="input.search.html#input.search"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">search</span></span> – <span class="shortdesc">search field</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="input.tel-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/states-of-the-type-attribute.html#telephone-state">ⓘ</a></span> <a href="input.tel.html#input.tel"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">tel</span></span> – <span class="shortdesc">telephone-number-input field</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="input.color-toc">
|
|
<span class="spec-link"><a title="Read about the input element in the HTML5 spec" href="http://dev.w3.org/html5/spec/number-state.html#color-state">ⓘ</a></span> <a href="input.color.html#input.color"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">input</span><span class="elem-qualifier"> <span class="attribute-name">type</span>=<span class="equals-value">color</span></span> – <span class="shortdesc">color-well control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="ins-toc">
|
|
<span class="spec-link"><a title="Read about the ins element in the HTML5 spec" href="http://dev.w3.org/html5/spec/edits.html#the-ins-element">ⓘ</a></span> <a href="ins.html#ins"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">ins</span> – <span class="shortdesc">inserted text</span></span></a>
|
|
</li>
|
|
<li id="kbd-toc">
|
|
<span class="spec-link"><a title="Read about the kbd element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-kbd-element">ⓘ</a></span> <a href="kbd.html#kbd"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">kbd</span> – <span class="shortdesc">user input</span></span></a>
|
|
</li>
|
|
<li id="keygen-toc">
|
|
<span class="spec-link"><a title="Read about the keygen element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-button-element.html#the-keygen-element">ⓘ</a></span> <a href="keygen.html#keygen"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">keygen</span> – <span class="shortdesc">key-pair generator/input control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="label-toc">
|
|
<span class="spec-link"><a title="Read about the label element in the HTML5 spec" href="http://dev.w3.org/html5/spec/forms.html#the-label-element">ⓘ</a></span> <a href="label.html#label"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">label</span> – <span class="shortdesc">caption for a form control</span></span></a>
|
|
</li>
|
|
<li id="legend-toc">
|
|
<span class="spec-link"><a title="Read about the legend element in the HTML5 spec" href="http://dev.w3.org/html5/spec/forms.html#the-legend-element">ⓘ</a></span> <a href="legend.html#legend"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">legend</span> – <span class="shortdesc">title or explanatory caption</span></span></a>
|
|
</li>
|
|
<li id="li-toc">
|
|
<span class="spec-link"><a title="Read about the li element in the HTML5 spec" href="http://dev.w3.org/html5/spec/grouping-content.html#the-li-element">ⓘ</a></span> <a href="li.html#li"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">li</span> – <span class="shortdesc">list item</span></span></a>
|
|
</li>
|
|
<li id="link-toc">
|
|
<span class="spec-link"><a title="Read about the link element in the HTML5 spec" href="http://dev.w3.org/html5/spec/semantics.html#the-link-element">ⓘ</a></span> <a href="link.html#link"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">link</span> – <span class="shortdesc">inter-document relationship metadata</span></span></a>
|
|
</li>
|
|
<li id="map-toc">
|
|
<span class="spec-link"><a title="Read about the map element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-map-element.html#the-map-element">ⓘ</a></span> <a href="map.html#map"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">map</span> – <span class="shortdesc">image-map definition</span></span></a>
|
|
</li>
|
|
<li id="mark-toc">
|
|
<span class="spec-link"><a title="Read about the mark element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-mark-element">ⓘ</a></span> <a href="mark.html#mark"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">mark</span> – <span class="shortdesc">marked (highlighted) text</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="menu-toc">
|
|
<span class="spec-link"><a title="Read about the menu element in the HTML5 spec" href="http://dev.w3.org/html5/spec/interactive-elements.html#the-menu-element">ⓘ</a></span> <a href="menu.html#menu"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">menu</span> – <span class="shortdesc">list of commands</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
|
|
</li>
|
|
<li id="meta-toc">
|
|
<span class="spec-link"><a title="Read about the meta element in the HTML5 spec" href="http://dev.w3.org/html5/spec/semantics.html#meta">ⓘ</a></span> <a href="meta.html#meta"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">meta</span> – <span class="shortdesc">metadata</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
|
|
</li>
|
|
<li id="meta.name-toc">
|
|
<span class="spec-link"><a title="Read about the meta element in the HTML5 spec" href="http://dev.w3.org/html5/spec/semantics.html#attr-meta-name">ⓘ</a></span> <a href="meta.name.html#meta.name"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">name</span></span> – <span class="shortdesc">name-value metadata</span></span></a>
|
|
</li>
|
|
<li id="meta.http-equiv.refresh-toc">
|
|
<span class="spec-link"><a title="Read about the meta element in the HTML5 spec" href="http://dev.w3.org/html5/spec/semantics.html#attr-meta-http-equiv-refresh">ⓘ</a></span> <a href="meta.http-equiv.refresh.html#meta.http-equiv.refresh"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">http-equiv</span>=<span class="equals-value">refresh</span></span> – <span class="shortdesc">“refresh” pragma directive</span></span></a>
|
|
</li>
|
|
<li id="meta.http-equiv.default-style-toc">
|
|
<span class="spec-link"><a title="Read about the meta element in the HTML5 spec" href="http://dev.w3.org/html5/spec/semantics.html#attr-meta-http-equiv-default-style">ⓘ</a></span> <a href="meta.http-equiv.default-style.html#meta.http-equiv.default-style"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">http-equiv</span>=<span class="equals-value">default-style</span></span> – <span class="shortdesc">“preferred stylesheet” pragma directive</span></span></a>
|
|
</li>
|
|
<li id="meta.charset-toc">
|
|
<span class="spec-link"><a title="Read about the meta element in the HTML5 spec" href="http://dev.w3.org/html5/spec/semantics.html#attr-meta-charset">ⓘ</a></span> <a href="meta.charset.html#meta.charset"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">charset</span></span> – <span class="shortdesc">document character-encoding declaration</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="meta.http-equiv.content-type-toc">
|
|
<span class="spec-link"><a title="Read about the meta element in the HTML5 spec" href="http://dev.w3.org/html5/spec/semantics.html#attr-meta-http-equiv-content-type">ⓘ</a></span> <a href="meta.http-equiv.content-type.html#meta.http-equiv.content-type"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">meta</span><span class="elem-qualifier"> <span class="attribute-name">http-equiv</span>=<span class="equals-value">content-type</span></span> – <span class="shortdesc">document character-encoding declaration</span></span></a>
|
|
</li>
|
|
<li id="meter-toc">
|
|
<span class="spec-link"><a title="Read about the meter element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-button-element.html#the-meter-element">ⓘ</a></span> <a href="meter.html#meter"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">meter</span> – <span class="shortdesc">scalar gauge</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="nav-toc">
|
|
<span class="spec-link"><a title="Read about the nav element in the HTML5 spec" href="http://dev.w3.org/html5/spec/sections.html#the-nav-element">ⓘ</a></span> <a href="nav.html#nav"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">nav</span> – <span class="shortdesc">group of navigational links</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="noscript-toc">
|
|
<span class="spec-link"><a title="Read about the noscript element in the HTML5 spec" href="http://dev.w3.org/html5/spec/scripting-1.html#the-noscript-element">ⓘ</a></span> <a href="noscript.html#noscript"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">noscript</span> – <span class="shortdesc">fallback content for script</span></span></a>
|
|
</li>
|
|
<li id="object-toc">
|
|
<span class="spec-link"><a title="Read about the object element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-iframe-element.html#the-object-element">ⓘ</a></span> <a href="object.html#object"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">object</span> – <span class="shortdesc">generic external content</span></span></a>
|
|
</li>
|
|
<li id="ol-toc">
|
|
<span class="spec-link"><a title="Read about the ol element in the HTML5 spec" href="http://dev.w3.org/html5/spec/grouping-content.html#the-ol-element">ⓘ</a></span> <a href="ol.html#ol"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">ol</span> – <span class="shortdesc">ordered list</span></span></a>
|
|
</li>
|
|
<li id="optgroup-toc">
|
|
<span class="spec-link"><a title="Read about the optgroup element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-button-element.html#the-optgroup-element">ⓘ</a></span> <a href="optgroup.html#optgroup"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">optgroup</span> – <span class="shortdesc">group of options</span></span></a>
|
|
</li>
|
|
<li id="option-toc">
|
|
<span class="spec-link"><a title="Read about the option element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-button-element.html#the-option-element">ⓘ</a></span> <a href="option.html#option"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">option</span> – <span class="shortdesc">option</span></span></a>
|
|
</li>
|
|
<li id="output-toc">
|
|
<span class="spec-link"><a title="Read about the output element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-button-element.html#the-output-element">ⓘ</a></span> <a href="output.html#output"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">output</span> – <span class="shortdesc">result of a calculation in a form</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="p-toc">
|
|
<span class="spec-link"><a title="Read about the p element in the HTML5 spec" href="http://dev.w3.org/html5/spec/grouping-content.html#the-p-element">ⓘ</a></span> <a href="p.html#p"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">p</span> – <span class="shortdesc">paragraph</span></span></a>
|
|
</li>
|
|
<li id="param-toc">
|
|
<span class="spec-link"><a title="Read about the param element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-iframe-element.html#the-param-element">ⓘ</a></span> <a href="param.html#param"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">param</span> – <span class="shortdesc">initialization parameters for plugins</span></span></a>
|
|
</li>
|
|
<li id="pre-toc">
|
|
<span class="spec-link"><a title="Read about the pre element in the HTML5 spec" href="http://dev.w3.org/html5/spec/grouping-content.html#the-pre-element">ⓘ</a></span> <a href="pre.html#pre"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">pre</span> – <span class="shortdesc">preformatted text</span></span></a>
|
|
</li>
|
|
<li id="progress-toc">
|
|
<span class="spec-link"><a title="Read about the progress element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-button-element.html#the-progress-element">ⓘ</a></span> <a href="progress.html#progress"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">progress</span> – <span class="shortdesc">progress indicator</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="q-toc">
|
|
<span class="spec-link"><a title="Read about the q element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-q-element">ⓘ</a></span> <a href="q.html#q"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">q</span> – <span class="shortdesc">quoted text</span></span></a>
|
|
</li>
|
|
<li id="rp-toc">
|
|
<span class="spec-link"><a title="Read about the rp element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-rp-element">ⓘ</a></span> <a href="rp.html#rp"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">rp</span> – <span class="shortdesc">ruby parenthesis</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="rt-toc">
|
|
<span class="spec-link"><a title="Read about the rt element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-rt-element">ⓘ</a></span> <a href="rt.html#rt"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">rt</span> – <span class="shortdesc">ruby text</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="ruby-toc">
|
|
<span class="spec-link"><a title="Read about the ruby element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-ruby-element">ⓘ</a></span> <a href="ruby.html#ruby"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">ruby</span> – <span class="shortdesc">ruby annotation</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="s-toc">
|
|
<span class="spec-link"><a title="Read about the s element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-s-element">ⓘ</a></span> <a href="s.html#s"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">s</span> – <span class="shortdesc">struck text</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
|
|
</li>
|
|
<li id="samp-toc">
|
|
<span class="spec-link"><a title="Read about the samp element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-samp-element">ⓘ</a></span> <a href="samp.html#samp"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">samp</span> – <span class="shortdesc">(sample) output</span></span></a>
|
|
</li>
|
|
<li id="script-toc">
|
|
<span class="spec-link"><a title="Read about the script element in the HTML5 spec" href="http://dev.w3.org/html5/spec/scripting-1.html#the-script-element">ⓘ</a></span> <a href="script.html#script"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">script</span> – <span class="shortdesc">embedded script</span></span></a>
|
|
</li>
|
|
<li id="section-toc">
|
|
<span class="spec-link"><a title="Read about the section element in the HTML5 spec" href="http://dev.w3.org/html5/spec/sections.html#the-section-element">ⓘ</a></span> <a href="section.html#section"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">section</span> – <span class="shortdesc">section</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="select-toc">
|
|
<span class="spec-link"><a title="Read about the select element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-button-element.html#the-select-element">ⓘ</a></span> <a href="select.html#select"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">select</span> – <span class="shortdesc">option-selection form control</span></span></a>
|
|
</li>
|
|
<li id="small-toc">
|
|
<span class="spec-link"><a title="Read about the small element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-small-element">ⓘ</a></span> <a href="small.html#small"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">small</span> – <span class="shortdesc">small print</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
|
|
</li>
|
|
<li id="source-toc">
|
|
<span class="spec-link"><a title="Read about the source element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-iframe-element.html#the-source-element">ⓘ</a></span> <a href="source.html#source"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">source</span> – <span class="shortdesc">media source</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="span-toc">
|
|
<span class="spec-link"><a title="Read about the span element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-span-element">ⓘ</a></span> <a href="span.html#span"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">span</span> – <span class="shortdesc">generic span</span></span></a>
|
|
</li>
|
|
<li id="strong-toc">
|
|
<span class="spec-link"><a title="Read about the strong element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-strong-element">ⓘ</a></span> <a href="strong.html#strong"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">strong</span> – <span class="shortdesc">strong importance</span></span></a>
|
|
</li>
|
|
<li id="style-toc">
|
|
<span class="spec-link"><a title="Read about the style element in the HTML5 spec" href="http://dev.w3.org/html5/spec/semantics.html#the-style-element">ⓘ</a></span> <a href="style.html#style"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">style</span> – <span class="shortdesc">style (presentation) information</span></span></a>
|
|
</li>
|
|
<li id="sub-toc">
|
|
<span class="spec-link"><a title="Read about the sub element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-sub-and-sup-elements">ⓘ</a></span> <a href="sub.html#sub"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">sub</span> – <span class="shortdesc">subscript</span></span></a>
|
|
</li>
|
|
<li id="summary-toc">
|
|
<span class="spec-link"><a title="Read about the summary element in the HTML5 spec" href="http://dev.w3.org/html5/spec/interactive-elements.html#the-summary-element">ⓘ</a></span> <a href="summary.html#summary"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">summary</span> – <span class="shortdesc">summary, caption, or legend for a details control</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="sup-toc">
|
|
<span class="spec-link"><a title="Read about the sup element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-sub-and-sup-elements">ⓘ</a></span> <a href="sup.html#sup"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">sup</span> – <span class="shortdesc">superscript</span></span></a>
|
|
</li>
|
|
<li id="table-toc">
|
|
<span class="spec-link"><a title="Read about the table element in the HTML5 spec" href="http://dev.w3.org/html5/spec/tabular-data.html#the-table-element">ⓘ</a></span> <a href="table.html#table"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">table</span> – <span class="shortdesc">table</span></span></a>
|
|
</li>
|
|
<li id="tbody-toc">
|
|
<span class="spec-link"><a title="Read about the tbody element in the HTML5 spec" href="http://dev.w3.org/html5/spec/tabular-data.html#the-tbody-element">ⓘ</a></span> <a href="tbody.html#tbody"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">tbody</span> – <span class="shortdesc">table row group</span></span></a>
|
|
</li>
|
|
<li id="td-toc">
|
|
<span class="spec-link"><a title="Read about the td element in the HTML5 spec" href="http://dev.w3.org/html5/spec/tabular-data.html#the-td-element">ⓘ</a></span> <a href="td.html#td"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">td</span> – <span class="shortdesc">table cell</span></span></a>
|
|
</li>
|
|
<li id="textarea-toc">
|
|
<span class="spec-link"><a title="Read about the textarea element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-button-element.html#the-textarea-element">ⓘ</a></span> <a href="textarea.html#textarea"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">textarea</span> – <span class="shortdesc">text input area</span></span></a>
|
|
</li>
|
|
<li id="tfoot-toc">
|
|
<span class="spec-link"><a title="Read about the tfoot element in the HTML5 spec" href="http://dev.w3.org/html5/spec/tabular-data.html#the-tfoot-element">ⓘ</a></span> <a href="tfoot.html#tfoot"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">tfoot</span> – <span class="shortdesc">table footer row group</span></span></a>
|
|
</li>
|
|
<li id="th-toc">
|
|
<span class="spec-link"><a title="Read about the th element in the HTML5 spec" href="http://dev.w3.org/html5/spec/tabular-data.html#the-th-element">ⓘ</a></span> <a href="th.html#th"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">th</span> – <span class="shortdesc">table header cell</span></span></a>
|
|
</li>
|
|
<li id="thead-toc">
|
|
<span class="spec-link"><a title="Read about the thead element in the HTML5 spec" href="http://dev.w3.org/html5/spec/tabular-data.html#the-thead-element">ⓘ</a></span> <a href="thead.html#thead"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">thead</span> – <span class="shortdesc">table heading group</span></span></a>
|
|
</li>
|
|
<li id="time-toc">
|
|
<span class="spec-link"><a title="Read about the time element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-time-element">ⓘ</a></span> <a href="time.html#time"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">time</span> – <span class="shortdesc">date and/or time</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="title-toc">
|
|
<span class="spec-link"><a title="Read about the title element in the HTML5 spec" href="http://dev.w3.org/html5/spec/semantics.html#the-title-element">ⓘ</a></span> <a href="title.html#title"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">title</span> – <span class="shortdesc">document title</span></span></a>
|
|
</li>
|
|
<li id="tr-toc">
|
|
<span class="spec-link"><a title="Read about the tr element in the HTML5 spec" href="http://dev.w3.org/html5/spec/tabular-data.html#the-tr-element">ⓘ</a></span> <a href="tr.html#tr"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">tr</span> – <span class="shortdesc">table row</span></span></a>
|
|
</li>
|
|
<li id="track-toc">
|
|
<span class="spec-link"><a title="Read about the track element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-iframe-element.html#the-track-element">ⓘ</a></span> <a href="track.html#track"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">track</span> – <span class="shortdesc">supplementary media track</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="u-toc">
|
|
<span class="spec-link"><a title="Read about the u element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-u-element">ⓘ</a></span> <a href="u.html#u"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">u</span> – <span class="shortdesc">offset text conventionally styled with an underline</span></span></a> <span class="changed-feature" title="The meaning, structure, or purpose of this markup feature has changed in HTML5.">CHANGED</span>
|
|
</li>
|
|
<li id="ul-toc">
|
|
<span class="spec-link"><a title="Read about the ul element in the HTML5 spec" href="http://dev.w3.org/html5/spec/grouping-content.html#the-ul-element">ⓘ</a></span> <a href="ul.html#ul"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">ul</span> – <span class="shortdesc">unordered list</span></span></a>
|
|
</li>
|
|
<li id="var-toc">
|
|
<span class="spec-link"><a title="Read about the var element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-var-element">ⓘ</a></span> <a href="var.html#var"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">var</span> – <span class="shortdesc">variable or placeholder text</span></span></a>
|
|
</li>
|
|
<li id="video-toc">
|
|
<span class="spec-link"><a title="Read about the video element in the HTML5 spec" href="http://dev.w3.org/html5/spec/the-iframe-element.html#the-video-element">ⓘ</a></span> <a href="video.html#video"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">video</span> – <span class="shortdesc">video</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
<li id="wbr-toc">
|
|
<span class="spec-link"><a title="Read about the wbr element in the HTML5 spec" href="http://dev.w3.org/html5/spec/text-level-semantics.html#the-wbr-element">ⓘ</a></span> <a href="wbr.html#wbr"><span class="toc-section-number"></span><span class="toc-section-name"><span class="element">wbr</span> – <span class="shortdesc">line-break opportunity</span></span></a> <span class="new-feature" title="This markup feature is newly added in HTML5.">NEW</span>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li id="common-models-toc"> <a href="common-models.html#common-models"><span class="toc-section-number">7. </span><span class="toc-section-name"> Common content models</span></a>
|
|
<ul>
|
|
<li id="common.elem.flow-toc"> <a href="common-models.html#common.elem.flow"><span class="toc-section-number">7.1. </span><span class="toc-section-name"> Flow elements</span></a>
|
|
</li>
|
|
<li id="common.elem.metadata-toc"> <a href="common-models.html#common.elem.metadata"><span class="toc-section-number">7.2. </span><span class="toc-section-name"> Metadata elements</span></a>
|
|
</li>
|
|
<li id="common.elem.phrasing-toc"> <a href="common-models.html#common.elem.phrasing"><span class="toc-section-number">7.3. </span><span class="toc-section-name"> Phrasing elements</span></a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li id="global-attributes-toc"> <a href="global-attributes.html#global-attributes"><span class="toc-section-number">8. </span><span class="toc-section-name"> Global attributes</span></a>
|
|
<ul>
|
|
<li id="common.attrs.core-toc"> <a href="global-attributes.html#common.attrs.core"><span class="toc-section-number">8.1. </span><span class="toc-section-name"> Core attributes</span></a>
|
|
</li>
|
|
<li id="common.attrs.event-handler-toc"> <a href="global-attributes.html#common.attrs.event-handler"><span class="toc-section-number">8.2. </span><span class="toc-section-name"> Event-handler attributes</span></a>
|
|
</li>
|
|
<li id="common.attrs.xml-toc"> <a href="global-attributes.html#common.attrs.xml"><span class="toc-section-number">8.3. </span><span class="toc-section-name"> XML attributes</span></a>
|
|
</li>
|
|
</ul>
|
|
</li>
|
|
<li id="datatypes-toc"> <a href="datatypes.html#datatypes"><span class="toc-section-number">9. </span><span class="toc-section-name"> Data types (common microsyntaxes)</span></a>
|
|
</li>
|
|
</ul>
|
|
<ul>
|
|
<li id="references-toc"> <a href="references.html#references"><span class="toc-section-number">A. </span><span class="toc-section-name"> References</span></a>
|
|
</li>
|
|
<li id="acknowledgments-toc"> <a href="acknowledgments.html#acknowledgments"><span class="toc-section-number">B. </span><span class="toc-section-name"> Acknowledgments</span></a>
|
|
</li>
|
|
</ul>
|
|
<ul class="index-toc"><li id="index-toc"><a href="index-of-terms.html">Index of terms</a></li></ul>
|
|
</div>
|
|
<div id="this_sections">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
<div id="appendices">
|
|
|
|
|
|
</div>
|
|
<script src="js/jump-indexes.js" type="text/javascript"></script><script src="js/dfn.js" type="text/javascript"></script>
|
|
</body>
|
|
</html>
|