<?xml version="1.0" encoding="ISO-8859-1"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">
<wml>
 <!-- page name="index"-->
 <template>
  <do optional="false" label="Back Up" type="accept">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#index"/>
  </do>
 </template>
 <card ordered="true" newcontext="false" id="index">
  <do optional="false" label="Back Up" type="accept">
   <noop/>
  </do>
  <do optional="false" label="Back" type="prev">
   <prev/>
  </do>
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#transition"/>
  </do>
  <a href="#transition" accesskey="1">Page 1</a>
  <br/>
  <a href="#page-structure" accesskey="2">Page Structure</a>
  <br/>
  <a href="#html-character-codes" accesskey="3">Char. Codes</a>
  <br/>
  <a href="#misc" accesskey="4">Misc.</a>
  <br/>
  <a href="#tags-attributes" accesskey="5">Tags &amp; Attributes</a>
  <br/>
  <a href="#namespaces" accesskey="6">Namespaces</a>
  <br/>
  <a href="#head-section" accesskey="7">&lt;head&gt; Tags</a>
  <br/>
  <a href="#metatags" accesskey="8">Metatags</a>
  <br/>
  <a href="#common-attributes" accesskey="9">Attributes</a>
  <br/>
  <a href="#media-descriptors">Media Types</a>
  <br/>
  <a href="#htaccess">.htaccess</a>
  <br/>
  <a href="#body-tags">&lt;body&gt; Tags</a>
  <br/>
 </card>
 <card ordered="true" newcontext="false" id="transition">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#page-structure"/>
  </do>
  <!-- h2 -->
  <h2>Transition to HTML 5</h2>
  <!-- h3 -->
  <h3>How To Code HTML, What's <b style="color: red">New</b> and <span style="text-decoration: line-through">Obsolete HTML Tags and Attributes</span>
  </h3>
  <p>A great quick reference for the transition from HTML 4 to HTML 5. Designed to help authors create polyglot HTML documents, this can also help in creating HTML 4 and XHTML documents, in addition to upgrading to HTML 5. Most HTML cheat sheets, usually based on the technical specifications for a specific version of HTML, show only the valid features in that version of the HTML specs. In contrast, this one helps developers transition from earlier versions of HTML by indicating new features in HTML 5 with a "<b style="color: red">New</b>" flag and using a strike-through font to indicate the tags and attributes previously used in HTML 4, XHTML 1 and earlier versions that are now obsolete in HTML 5. </p>
  <p>For a quick reference of HTML character entities, see the <a href="html-character-codes.html">HTML character codes reference</a>. </p>
  <p>Required or recommended HTML attributes for the HTML tags are shown in bold. </p>
  <p align="left">
   <a href="#page-structure">Next: Page Structure</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="page-structure">
  <!-- h2 -->
  <h2>HTML Page Structure</h2>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}table-and-caption" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}table" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}thead" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
<i>pagename</i>.html<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Purpose<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Attributes<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tbody" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/xml-declaration/index.html">&lt;?xml version="1.0" encoding="UTF-8"?&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/xml-declaration/index.html">xml declaration</a>, recommended<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
version, encoding<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/xml-stylesheet-instruction/index.html">&lt;?xml-stylesheet type="text/xsl" href="/template.xsl"?&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/xml-stylesheet-instruction/index.html">stylesheet processing instruction</a>, optional<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
type, href<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/doctype-declaration/index.html">&lt;!DOCTYPE html&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/doctype-declaration/index.html">document type declaration</a>, recommended<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
PUBLIC, SYSTEM<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/html-tag/index.html">&lt;html xmlns="http://www.w3.org/1999/xhtml" lang="en"&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/html-tag/index.html">&lt;html&gt; top element tag</a>, required<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
xmlnsmanifestversion<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
   <a href="../tags/head-tag/index.html">&lt;head&gt;</a>
  <br/>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/head-tag/index.html">head section</a>, required<br/>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
profile<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
       <a href="../tags/title-tag/index.html">&lt;title&gt;...&lt;/title&gt;</a>
  <br/>       ...<a href="#head-section">other head section tags</a>... <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/title-tag/index.html">title tag</a>, required<br/>
  <a href="#head-section">HTML Head Section Tags</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common attributes</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
   &lt;/head&gt;<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
End of &lt;head&gt; section<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
   <a href="../tags/body-tag/index.html">&lt;body&gt;</a>
  <br/>
  <br/>       ...<a href="#body-tags">body tags</a>... <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/body-tag/index.html">&lt;body&gt; tag</a>, required<br/>
  <br/>
  <a href="#body-tags">HTML Body Tags</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
alinkbackgroundbgcolorlinkonafterprintonbeforeprintonhashchangeonmessageonofflineononlineonpopstateonredoonstorageonundotextvlink<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
   &lt;/body&gt;<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
End of body of HTML document<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&lt;/html&gt;<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
End of HTML document<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<p align="left">
   <a href="#transition">Prev: Page 1</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="html-character-codes">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#misc"/>
  </do>
  <!-- h2 -->
  <h2>
   <a href="../diffs/html-character-codes.wml">HTML Character Entities</a>
  </h2>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}table-and-caption" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}table" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}thead" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Character <!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Named Entity<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Decimal <!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Hexadecimal<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tbody" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
" - double quotes <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;quot; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#34; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#x22; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp; - ampersand <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;amp; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#38; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#x26; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
' - apostrophe / single quote<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;apos; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#39; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#x27; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&lt; - less than sign <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;lt; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#60; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#x3c; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&gt; - greater than sign<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;gt; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#62; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#x3e; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
non-breaking space <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;nbsp; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#160; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#xa0; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
¢ - cents sign <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;cent; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#162; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#xa2; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
© - copyright symbol <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;copy; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#169; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#xa9; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
® - registered trademark<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;reg; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#174; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#xae; <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&#8226; - bullet <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<span style="text-decoration: line-through">&amp;bull;</span>
  <span style="text-decoration: line-through">&amp;bullet;</span>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#8226;<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#x2022;<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&#8482; - trademark <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;trade;<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#8482;<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
&amp;#x2122;<p align="left">
   <a href="#misc">Next: Misc.</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="misc">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#tags-attributes"/>
  </do>
  <!-- h2 -->
  <h2>Miscellaneous</h2>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}table-and-caption" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}table" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}thead" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
HTML Tag<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Purpose<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Usage<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tbody" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/html-comments/index.html">&lt;!--...--&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
comments<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
must not contain "--"<p align="left">
   <a href="#tags-attributes">Next: Tags &amp; Attributes</a>
   <br/>
   <a href="#html-character-codes">Prev: Char. Codes</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="tags-attributes">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#namespaces"/>
  </do>
  <!-- h2 -->
  <h2>Tag and Attribute Coding</h2>
  <p>
   <b>Definition: <!--??? no template for "{http://XMLStyles.com/namespaces/styles}dfn" ???-->
Polyglot HTML Documents:</b>HTML documents that can be parsed as either <span class="outlined">text/html</span> or as an XML type such as <span class="outlined">application/xhtml+xml</span>. </p>
  <!-- h3 -->
  <h3>Tags</h3>
  <!-- h4 -->
  <h4>Properly Nested Tags</h4>
  <p>&lt;p&gt;...&lt;/p&gt;  <span style="text-decoration: line-through">&lt;p&gt;...</span>  <span style="text-decoration: line-through">&lt;P&gt;...&lt;/P&gt;</span>
   <br/> &lt;tr&gt;&lt;td&gt;...&lt;/td&gt;&lt;/tr&gt;  &lt;tr&gt;&lt;td&gt;...<span style="text-decoration: line-through">&lt;/tr&gt;&lt;/td&gt;</span>
  </p>
  <!-- h4 -->
  <h4>Empty Tags</h4>
  <p>&lt;br/&gt;  <span style="text-decoration: line-through">&lt;br&gt;</span>
   <br/> &lt;hr/&gt;  <span style="text-decoration: line-through">&lt;hr&gt;</span>
   <br/> &lt;img src="example.png" alt="example"/&gt;<br/>
   <span style="text-decoration: line-through">&lt;img src="example.png" alt="example"&gt;</span>
   <br/>
  </p>
  <!-- h3 -->
  <h3>Attributes</h3>
  <!-- h4 -->
  <h4>Quoted Attributes</h4>
  <p>&lt;abbr title="Hypertext Markup Language"&gt;HTML&lt;/abbr&gt;<br/> &lt;a <span style="text-decoration: line-through">href=http://www.ExampleOnly.com/&gt;</span> &lt;!-- ambiguous --&gt;<br/> &lt;a href="http://www.ExampleOnly.com/"&gt; &lt;!-- / is part of URL --&gt;<br/> &lt;p <span style="text-decoration: line-through">id=back-to-top</span>&gt;<br/> &lt;p id="back-to-top"&gt; </p>
  <!-- h4 -->
  <h4>Style Attributes</h4>
  <p>&lt;table <span style="text-decoration: line-through">width="100%"</span>&gt;<br/> &lt;table style="width: 100%"&gt;<br/> &lt;table class="wide"&gt; </p>
  <!-- h4 -->
  <h4>Boolean Attributes</h4>
  <p>&lt;option selected="selected"/&gt;<br/>
   <span style="text-decoration: line-through">&lt;option selected/&gt;</span>
   <br/>
   <span style="text-decoration: line-through">&lt;option selected=""/&gt;</span>
   <br/>
   <span style="text-decoration: line-through">&lt;option selected="true"/&gt;</span>
   <br/>
   <span style="text-decoration: line-through">&lt;option selected="yes"/&gt;</span>
  </p>
  <!-- h3 -->
  <h3>Definitions of Acronyms and Abbreviations</h3>
  <!-- h4 -->
  <h4>Defined term, <span class="underlined">not</span> definition, in title attribute</h4>
  <p>A &lt;dfn <span style="text-decoration: line-through">title="short for weblog"</span>&gt;blog&lt;/dfn&gt; is an online journal.<br/> A &lt;dfn title="blog"&gt;blog or weblog&lt;/dfn&gt; is an online journal.<br/> A &lt;dfn&gt;blog&lt;/dfn&gt;, short for &lt;dfn&gt;weblog&lt;/dfn&gt;, is an online journal. </p>
  <!-- h4 -->
  <h4>&lt;dfn&gt; gets default title from an &lt;abbr&gt; tag that is its <span class="underlined">only</span> content</h4>
  <p>&lt;dfn&gt;&lt;abbr title="National Association for Stock Car Auto Racing"&gt;NASCAR&lt;/abbr&gt;&lt;/dfn&gt; sanctions many different motor races </p>
  <!-- h4 -->
  <h4>Override default title on &lt;dfn&gt; when expanding acronyms</h4>
  <p>&lt;dfn title="TLA"&gt;&lt;abbr title="Three Letter Acronym"&gt;TLA&lt;/abbr&gt;&lt;/dfn&gt; stands for "Three Letter Acronym" </p>
  <!-- h4 -->
  <h4>or, look up the acronym in the <a href="http://www.Acronyms.net/terms/">Acronym Finder</a> at <a href="http://www.Acronyms.net/">Acronyms .net</a> and just copy-and-paste the code</h4>
  <p align="left">
   <a href="#namespaces">Next: Namespaces</a>
   <br/>
   <a href="#misc">Prev: Misc.</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="namespaces">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#head-section"/>
  </do>
  <!-- h2 -->
  <h2>Namespaces</h2>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}table-and-caption" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}table" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}thead" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Namespace URI Declaration<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Purpose<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tbody" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
xmlns="http://www.w3.org/1999/xhtml" xmlns:html="http://www.w3.org/1999/xhtml" <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
HTML<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
xmlns:mathml="http://www.w3.org/1998/Math/MathML"<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
MathML<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
xmlns:svg="http://www.w3.org/2000/svg"<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
SVG<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
XML schema instance document<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
"http://www.w3.org/XML/1998/namespace" (implicit)<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
XML<p align="left">
   <a href="#head-section">Next: &lt;head&gt; Tags</a>
   <br/>
   <a href="#tags-attributes">Prev: Tags &amp; Attributes</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="head-section">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#metatags"/>
  </do>
  <!-- h2 -->
  <h2>&lt;head&gt; Section Tags</h2>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}table-and-caption" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}table" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}thead" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
HTML Tag<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Purpose<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Attributes<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tbody" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/base-tag/index.html">&lt;base/&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
base URL for other URLs in the document<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
hreftarget<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#font">&lt;basefont&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
base font, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#isindex">&lt;isindex&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
input field to submit keyword-based query, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/link-tag/index.html">&lt;link/&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
reference to external resource<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
hrefrelcharsethreflang<a href="#media-descriptors">media</a>revsizestargettitletype<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/meta-tag/index.html">&lt;meta http-equiv="..."/&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
HTTP header equivalent<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
http-equivcontentcharset<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/meta-tag/index.html">&lt;meta name="..."/&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
document metadata<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
namecontentcharsetscheme<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/script-tag/index.html">&lt;script&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
dynamic HTML script<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
asynccharsetdeferlanguagesrctype<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/style-tag/index.html">&lt;style&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
style definitions<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
mediatypescopedtitle<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/title-tag/index.html">&lt;title&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
page title<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <p align="left">
   <a href="#metatags">Next: Metatags</a>
   <br/>
   <a href="#namespaces">Prev: Namespaces</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="metatags">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#common-attributes"/>
  </do>
  <!-- h2 -->
  <h2>HTML Metatags</h2>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}table-and-caption" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}table" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}thead" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
HTML Metatag<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Purpose<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Content<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tbody" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#http-equiv">http-equiv="Cache-Control"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
cache control<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#http-equiv">http-equiv="Content-Disposition"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
embedded content or attachment<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#http-equiv">http-equiv="Content-Language"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
equivalent to HTTPContent-Language header, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#http-equiv">http-equiv="Content-Type"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
content media type<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#http-equiv">http-equiv="Default-Style"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#http-equiv">http-equiv="Expires"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
cache expiration date<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#http-equiv">http-equiv="Refresh"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
refresh or redirect<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#http-equiv">http-equiv="X-UA-Compatible"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
user agent compatibility<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#author">name="author"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
author<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#classification">name="classification"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#copyright">name="copyright"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
copyright notice<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#description">name="description"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
description<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#formatter">name="formatter"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#generator">name="generator"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#google">name="google"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
Google archive directive<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#googlebot">name="googlebot"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
Google robot directive<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#handheldfriendly">name="HandheldFriendly"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
for pages designed for handheld devices<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
content="true"<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#keywords">name="keywords"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
keywords<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#rating">name="rating"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
rating<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#robots">name="robots"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
robots directive<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#verify">name="verify"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../metatags/#viewport">name="viewport"</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
viewport size for small-screen / handheld devices<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<p align="left">
   <a href="#common-attributes">Next: Attributes</a>
   <br/>
   <a href="#head-section">Prev: &lt;head&gt; Tags</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="common-attributes">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#media-descriptors"/>
  </do>
  <!-- h2 -->
  <h2>Common Attributes</h2>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}table-and-caption" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}table" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}thead" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Attribute<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Purpose<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Example<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tbody" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#accesskey">accesskey="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
single case-insensitive character to change focus, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#class">class="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
space-separated list of class names for CSS or dynamic selection<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
class="todo high" matches .todo and .high selectors in CSS<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#contenteditable">contenteditable="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#contextmenu">contextmenu="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#data">data-*="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>author-defined attributes <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#dir">dir="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#draggable">draggable="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#id">id="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#hidden">hidden="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#lang">lang="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
ISO 639-1 language code, ISO 3166-1 country code, variant<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
lang="en"lang="en-US"<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#spellcheck">spellcheck="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#style">style="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
inline styles separated by semicolons<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#tabindex">tabindex="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#title">title="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
title<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#xml-lang">xml:lang="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
same as lang<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
use <a href="../attributes/#lang">lang</a> instead, without the "xml:" prefix<!-- h2 --><h2>Event Attributes</h2>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}table-and-caption" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}table" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}thead" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Attribute<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Purpose<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Example<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tbody" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onabort">onabort="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
abort event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onbeforeonload">onbeforeonload="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
before onload event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onbeforeunload">onbeforeunload="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
before unload event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onblur">onblur="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
lost focus event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onchange">onchange="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
content changed event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onclick">onclick="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
mouse clicked event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#oncontextmenu">oncontextmenu="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
context menu event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#oncopy">oncopy="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
copy event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#oncut">oncut="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
cut event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#ondblclick">ondblclick="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
mouse double-clicked event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#ondrag">ondrag="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
drag event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#ondragend">ondragend="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
drag ended event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#ondragenter">ondragenter="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
drag entered event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#ondragleave">ondragleave="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
drag exited event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#ondragover">ondragover="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
drag over event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#ondragstart">ondragstart="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
drag start event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#ondrop">ondrop="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
drop event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onerror">onerror="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
error event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onfocus">onfocus="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
gained focus event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#ongesturechange">ongesturechange="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
gesture change event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#ongestureend">ongestureend="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
end of gesture event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#ongesturestart">ongesturestart="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
start of gesture event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onkeydown">onkeydown="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
key pressed down event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onkeypress">onkeypress="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
key pressed event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onkeyup">onkeyup="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
key released event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onload">onload="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
document loaded event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onmousedown">onmousedown="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
mouse button pressed down event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onmousemove">onmousemove="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
mouse moved event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onmouseout">onmouseout="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
mouse cursor exited event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onmouseover">onmouseover="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
mouse cursor entered event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onmouseup">onmouseup="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
mouse button released event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onmousewheel">onmousewheel="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
mouse wheel rotated event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onmove">onmove="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
move event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onorientationchange">onorientationchange="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
device orientation changed event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onpaste">onpaste="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
paste event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onreset">onreset="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
form reset event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onresize">onresize="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
resize event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onscroll">onscroll="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
scroll event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onselect">onselect="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
select event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onsubmit">onsubmit="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
form submit event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#ontouchcancel">ontouchcancel="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
touch cancelled event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#ontouchend">ontouchend="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
touch ended event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#ontouchmove">ontouchmove="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
touch move event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#ontouchstart">onstouchstart="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
touch started event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../attributes/#onunload">onunload="..."</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
document unloaded event<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<p align="left">
   <a href="#media-descriptors">Next: Media Types</a>
   <br/>
   <a href="#metatags">Prev: Metatags</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="media-descriptors">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#htaccess"/>
  </do>
  <!-- h2 -->
  <h2>HTML Media Types and Expressions</h2>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}table-and-caption" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}table" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}thead" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Media Type<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Description<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tbody" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
all<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
for all device types, default<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
aural<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
for speech synthesizers<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
braille<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
for braille printers<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
handheld<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
for handheld devices such as cell phones, PDAs and other mobile Internet devices<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
print<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
for printers<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
projection<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
for projection displays<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
screen<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
for traditional computer-based web browsers<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
tty<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
for teletypes and other media with fixed-width-character output<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
tv<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
for televisions and similar devices with limited input capability<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
screen,handheld<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
comma-separated "or"-ed list<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
handheld and (min-width:200px)<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
expressions with media queries<p align="left">
   <a href="#htaccess">Next: .htaccess</a>
   <br/>
   <a href="#common-attributes">Prev: Attributes</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="htaccess">
  <!-- h2 -->
  <h2>.htaccess</h2>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}table-and-caption" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}table" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}thead" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Directive<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Purpose<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tbody" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
DirectoryIndex /index.html<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
default page<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
ErrorDocument 404 /error.html<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
error page<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
AddType application/xhtml+xml;charset=utf-8 html<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
HTML 5 media type<p align="left">
   <a href="#media-descriptors">Prev: Media Types</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="body-tags">
  <!-- h2 -->
  <h2>&lt;body&gt; Tags</h2>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}table-and-caption" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}table" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tcol" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}thead" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
HTML Tag<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Purpose<!--??? no template for "{http://XMLStyles.com/namespaces/styles}th-cell" ???-->
Attributes<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tbody" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/a-tag/index.html">&lt;a href="..." ...&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
hypertext link<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
 <b>href</b> accesskeycharsetcoordshreflangmediapingrelrevshapetargettype<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/a-tag/index.html">&lt;a id="..."/&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#placemarkNOTFOUND">../definitions/placemark link</a>
  <span class="nobr">(<a href="../definitions/#anchor">anchor</a>)</span>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
 <b>id</b> name<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/abbr-tag/index.html">&lt;abbr&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
acronym or abbreviation<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
clear<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#acronym">&lt;acronym&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
acronyms, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/address-tag/index.html">&lt;address&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
contact information for ancestor <a href="../tags/article-tag/index.html">&lt;article&gt;</a> or <a href="../tags/body-tag/index.html">&lt;body&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#applet">&lt;applet&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
Java applets, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/area-tag/index.html">&lt;area/&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
area inside image maps<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
accesskeyaltcoordshrefhreflangmedianohrefpingrelshapetargettype<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/article-tag/index.html">&lt;article&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <a href="../changes/index.html">sectioning tag</a> for main article <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
pubdate<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/aside-tag/index.html">&lt;aside&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <a href="../tutorials/sections.wml">sectioning tag</a> for sidebar <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/audio-tag/index.html">&lt;audio&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a> embedded audio content <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
autobufferautoplaycontrolsloopsrc<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/b-tag/index.html">&lt;b&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
bold keywords or other text with no extra importance<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/bb-tag/index.html">&lt;bb&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
type<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/bdo-tag/index.html">&lt;bdo&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
bi-directional text override<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
dir<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#bgsound">&lt;bgsound&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
background sound, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#big">&lt;big&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
larger text, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/blockquote-tag/index.html">&lt;blockquote&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
block of quoted text<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
cite<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/br-tag/index.html">&lt;br/&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
line break<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/button-tag/index.html">&lt;button&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
standalone pushbutton<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
accesskeyautofocusdisabledformformactionformenctypeformmethodformnovalidateformtargetnametypevalue<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/canvas-tag/index.html">&lt;canvas&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
heightwidth<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/caption-tag/index.html">&lt;caption&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
table caption<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
align<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#center">&lt;center&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
centered blocks, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/cite-tag/index.html">&lt;cite&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
citation<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/code-tag/index.html">&lt;code&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
program code<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/col-tag/index.html">&lt;col/&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
table column<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
aligncharcharoffspanvalignwidth<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/colgroup-tag/index.html">&lt;colgroup&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
group of table columns<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
aligncharcharoffspanvalignwidth<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/command-tag/index.html">&lt;command/&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
accesskeycheckeddefaultdisabledhiddeniconlabelradiogrouptype<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/datagrid-tag/index.html">&lt;datagrid&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
disabled<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/datalist-tag/index.html">&lt;datalist&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/dd-tag/index.html">&lt;dd&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
definition description<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/del-tag/index.html">&lt;del&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
deleted text<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
citedatetime<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/details-tag/index.html">&lt;details&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
open<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/dialog-tag/index.html">&lt;dialog&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#dir">&lt;dir&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
directory listing, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/div-tag/index.html">&lt;div&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
division<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
align<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/dfn-tag/index.html">&lt;dfn&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
inline defined term<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
title="<i>defined term</i>"title="<i>definition</i>"<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/dl-tag/index.html">&lt;dl&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
definition list<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
compact<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/dt-tag/index.html">&lt;dt&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
term defined in list<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/em-tag/index.html">&lt;em&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
emphasized text<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/embed-tag/index.html">&lt;embed/&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
heightsrctypewidth<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/fieldset-tag/index.html">&lt;fieldset&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
disabledformname<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/figure-tag/index.html">&lt;figure&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#fn">&lt;fn&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
footnotes, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#font">&lt;font&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
font, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/footer-tag/index.html">&lt;footer&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a> footer section <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/form-tag/index.html">&lt;form&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
form<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
acceptaccept-charsetactiondataenctypemethodreplacetarget<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#frame">&lt;frame&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
frames, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#frameset">&lt;frameset&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
top level element for a web page with frames, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/heading-tags/index.html">&lt;h1&gt;</a>
  <a href="../tags/heading-tags/index.html">&lt;h2&gt;</a>
  <a href="../tags/heading-tags/index.html">&lt;h3&gt;</a>
  <a href="../tags/heading-tags/index.html">&lt;h4&gt;</a>
  <a href="../tags/heading-tags/index.html">&lt;h5&gt;</a>
  <a href="../tags/heading-tags/index.html">&lt;h6&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
heading levels 1-6<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
align<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/header-tag/index.html">&lt;header&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a> header section <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/hgroup-tag/index.html">&lt;hgroup&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a> group of headings for section <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/hr-tag/index.html">&lt;hr/&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
horizontal rule for a thematic break<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
alignnoshadesizewidth<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/i-tag/index.html">&lt;i&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
italics for technical terms, phrases in other languages, etc.<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/iframe-tag/index.html">&lt;iframe&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
inline frame<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
alignframeborderheightlongdescmarginheightmarginwidthnamesandboxseamlessscrollingsrcwidth<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/img-tag/index.html">&lt;img/&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
image<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
alignaltborderheighthspaceismaplongdescnamesrcusemapvspacewidth<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/input-tag/index.html">&lt;input/&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
input field or control<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
acceptaccesskeyalignaltautocompleteautofocuscheckeddisabledformformactionformenctypeformmethodformnovalidateformtargetheightlistmaxmaxlengthminmultiplenamepatternplaceholderreadonlyrequiredsizesrcsteptypevaluewidth<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/ins-tag/index.html">&lt;ins&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
inserted text<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
citedatetime<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/kbd-tag/index.html">&lt;kbd&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
keyboard input<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/label-tag/index.html">&lt;label&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
label for form control<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
for<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/legend-tag/index.html">&lt;legend&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
accesskeyalign<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/li-tag/index.html">&lt;li&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
list item<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
typevalue (&lt;ol&gt; only) <a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/mark-tag/index.html">&lt;mark&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a> mark selected text <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/map-tag/index.html">&lt;map&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
image map<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
name<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/menu-tag/index.html">&lt;menu&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
menu list<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
compactlabeltype<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/meter-tag/index.html">&lt;meter&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a> meter or gauge <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
highlowmaxminoptimumvalue<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/nav-tag/index.html">&lt;nav&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a> navigation section <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#noembed">&lt;noembed&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
Alternate content to be displayed when the <a href="../avoid/#embed">&lt;embed/&gt; tag</a> is not supported, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
No replacement needed since the embed tag has been standardized in HTML 5<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#noframes">&lt;noframes&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
Alternate content to be displayed when frames are not supported, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
No replacement needed since frames have been removed from the HTML 5 standard<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/noscript-tag/index.html">&lt;noscript&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
fallback content when scripting is disabled<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/object-tag/index.html">&lt;object&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
embedded object<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
alignarchiveborderclassidcodebasecodetypedatadeclareheighthspaceobjectstandbytypeusemapvspacewidth<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/ol-tag/index.html">&lt;ol&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
ordered list<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
compactreversedstarttype<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/optgroup-tag/index.html">&lt;optgroup&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
option group<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
disabledlabel<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/option-tag/index.html">&lt;option&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
option in selection list<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
disabledlabelselectedvalue<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/output-tag/index.html">&lt;output&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
form<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/p-tag/index.html">&lt;p&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
paragraph<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
align<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/param-tag/index.html">&lt;param/&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
parameter for object<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
nametypevaluevaluetype<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/pre-tag/index.html">&lt;pre&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
preformatted text<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
width<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/progress-tag/index.html">&lt;progress&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a> progress bar <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
maxvalue<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/q-tag/index.html">&lt;q&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
quotation<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
cite<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/rp-tag/index.html">&lt;rp&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>parenthesized ruby text <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/rt-tag/index.html">&lt;rt&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>ruby text <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/ruby-tag/index.html">&lt;ruby&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a>ruby annotation <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#s">&lt;s&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
strike-through text, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/samp-tag/index.html">&lt;samp&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
sample program code<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/section-tag/index.html">&lt;section&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a> section <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
cite<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/select-tag/index.html">&lt;select&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
selection list<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
autofocusdatadisabledformmultiplename<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/small-tag/index.html">&lt;small&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
smaller text for comments and legalese<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/source-tag/index.html">&lt;source/&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a> external media source <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
mediasrctype<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/span-tag/index.html">&lt;span&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
inline group<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#strike">&lt;strike&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
strike-through text, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/strong-tag/index.html">&lt;strong&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
text with greater importance<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/sub-tag/index.html">&lt;sub&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
subscript<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/sup-tag/index.html">&lt;sup&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
superscript<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/table-tag/index.html">&lt;table&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
table layout<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
alignbgcolorbordercellpaddingcellspacingframerulessummarywidth<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/tbody-tag/index.html">&lt;tbody&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
table body<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
aligncharcharoffvalign<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/td-tag/index.html">&lt;td&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
table cell<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
abbralignaxisbgcolorcharcharoffcolspanheadersheightnowraprowspanscopevalignwidth<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/textarea-tag/index.html">&lt;textarea&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
text input area<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
accesskeyautofocuscolsdisabledformmaxlengthnameplaceholderreadonlyrequiredrowswrap<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/tfoot-tag/index.html">&lt;tfoot&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
table footer<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
aligncharcharoffvalign<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/th-tag/index.html">&lt;th&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
table column heading<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
abbralignaxisbgcolorcharcharoffheightnowrapvalignwidth<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/thead-tag/index.html">&lt;thead&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
table heading<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
aligncharcharoffvalign<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/time-tag/index.html">&lt;time&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a> time and/or date <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
datetime<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/tr-tag/index.html">&lt;tr&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
table row<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
alignbgcolorcharcharoffvalign<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#tt">&lt;tt&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
teletype text, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#u">&lt;u&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
underlined text, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/ul-tag/index.html">&lt;ul&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
unordered list<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
compacttype<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/var-tag/index.html">&lt;var&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
variable<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../tags/video-tag/index.html">&lt;video&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../changes/index.html">
   <b style="color: red">New</b>
  </a> embedded video <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
autobufferautoplaycontrolsheightlooppostersrcwidth<a href="#common-attributes">
   <i>common</i>
  </a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-row" ???-->
<!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<a href="../avoid/#xmp">&lt;xmp&gt;</a>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
example code using preformatted text, <b>deprecated</b>
  <!--??? no template for "{http://XMLStyles.com/namespaces/styles}tb-cell" ???-->
<p align="left">
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
</wml>

