<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/styles/XMLStylesDoc_xhtml10_en.xsl"?><!DOCTYPE document SYSTEM "/schemas/XMLStyles10.dtd">
<document xmlns="http://XMLStyles.com/namespaces/styles" xmlns:xst="http://XMLStyles.com/namespaces/styles" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:date="http://exslt.org/dates-and-times">
   <noxml>
      <p xmlns="http://www.w3.org/1999/xhtml"/>
      <!-- You are viewing the source.  The following message should be ignored if you did "View Source" in your browser. -->
      <p xmlns="http://www.w3.org/1999/xhtml">
ATTENTION: XML WEB PAGES NOT SUPPORTED
   If you see this message, your current browser does not support the
   1999 XSLT 1.0 (or later) standard for XML web pages such as this one.
   Please upgrade your browser to a newer version
   that supports 1999 or later standards such as:
      Mozilla Firefox version 1.0.2 or later (GetFirefox -&gt; http://www.GetFirefox.com/)
      Netscape version 8 or later
      Safari version 1.3 or later
      Opera version 9 or later
      Microsoft Internet Explorer (MSIE) version 5 or later
   For further assistance, contact the software vendor for your browser.
   To go to the X<!-- extended HTML -->HTML version of this page click the following link:
<a href="index.html">index.html</a>
      </p>
      <p xmlns="http://www.w3.org/1999/xhtml">&#160;</p>
   </noxml>
   <path>/</path>
   <site>HTML 5 Reference</site>
   <logo xlink:type="simple" xlink:href="/images/html-5.jpg" media="screen" width="156" height="27">HTML 5 Reference</logo>
   <logo xlink:type="simple" xlink:href="/images/html-5.jpg" media="print" width="156" height="27">HTML 5 Reference</logo>
   <logo xlink:type="simple" xlink:href="/images/html-5.jpg" media="handheld" width="150" height="17">HTML 5 Reference</logo>
   <navigation where="sections">
      <label>HTML 5 Reference</label>
      <link xlink:type="simple" xlink:href="/index.xml">Home</link>
      <link xlink:type="simple" xlink:href="/tutorial/index.xml">Tutorial</link>
      <link xlink:type="simple" xlink:href="/tags/index.xml">HTML5 Tags</link>
      <link xlink:type="simple" xlink:href="/attributes/index.xml">Attributes</link>
      <link xlink:type="simple" xlink:href="/css-styles/index.xml">CSS Styles</link>
      <link xlink:type="simple" xlink:href="/metatags/index.xml">Metatags</link>
      <link xlink:type="simple" xlink:href="/cheat-sheet/index.xml">Cheat Sheet</link>
      <link xlink:type="simple" xlink:href="/examples/index.xml">Examples</link>
      <link xlink:type="simple" xlink:href="/definitions/index.xml">Definitions</link>
      <link xlink:type="simple" xlink:href="/diffs/index.xml">Differences</link>
      <link xlink:type="simple" xlink:href="/avoid/index.xml">Avoid</link>
      <link xlink:type="simple" xlink:href="/faqs/index.xml">HTML5 FAQs</link>
      <link xlink:type="simple" xlink:href="/prod/rssfeeds.cgi">RSS Feeds</link>
      <link xlink:type="simple" xlink:href="/prod/help/index.cgi">Help</link>
   </navigation>
   <navigation where="left">
      <label>HTML 5 Reference</label>
      <link xlink:type="simple" xlink:href="/tutorial/index.xml">HTML Tutorial</link>
      <link xlink:type="simple" xlink:href="/tags/index.xml">HTML 5 Tags</link>
      <link xlink:type="simple" xlink:href="/attributes/index.xml">HTML Attributes</link>
      <link xlink:type="simple" xlink:href="/css-styles/index.xml">CSS Styles</link>
      <link xlink:type="simple" xlink:href="/metatags/index.xml">HTML Metatags</link>
      <link xlink:type="simple" xlink:href="/cheat-sheet/index.xml">Cheat Sheet</link>
      <link xlink:type="simple" xlink:href="/examples/index.xml">HTML Examples</link>
      <link xlink:type="simple" xlink:href="/definitions/index.xml">Definitions</link>
      <link xlink:type="simple" xlink:href="/diffs/index.xml">HTML 5 Changes</link>
      <link xlink:type="simple" xlink:href="/avoid/index.xml">Things to Avoid</link>
      <link xlink:type="simple" xlink:href="/faqs/index.xml">HTML 5 FAQs</link>
      <link xlink:type="simple" xlink:href="/prod/help/index.cgi">Help</link>
      <link xlink:type="simple" xlink:href="/prod/help/index.cgi?p=about">About</link>
   </navigation>
   <section type="body">
      <pages name="index">
         <page id="N1009E" name="index">
            <title>HTML 5 Reference and Cheat Sheet</title>
            <subpage id="N100A2" name="purpose">
               <h2>Introduction to HTML-5.com</h2>
               <p>Welcome to HTML-5.com.
               </p>
               <h2>HTML 5 Reference</h2>
               <h3>HTML Tags and Attributes and <link xlink:type="simple" xlink:href="cheat-sheet/">HTML Cheat Sheet</link> for HTML 5</h3>
               <p>This HTML-5 site provides a great reference for coding HTML 5 or
                  <link xlink:type="simple" xlink:href="../tutorials/converting-to-html-5.html">converting to HTML 5</link>
                  from HTML version 4, XHTML or earlier versions of HTML.
                  (See the <link xlink:type="simple" xlink:href="index.html">HTML 5 standard</link>
                  version of this site.)
                  Note that the purpose of this HTML-5 site is not to duplicate the HTML 5
                  specifications and document every possible legal way to code HTML 5 documents.
                  The goals of this HTML 5 Reference include:
               </p>
               <ol>
                  <li>simplifying the understanding of HTML 5 coding, by providing a reference
                     and examples that are consistent and which can be followed to develop sites
                     that should not alternate between different ways that HTML 5 may be coded
                  </li>
                  <li>showing one way of coding HTML 5 that can be counted on to work under
                     most circumstances (including browser apps on mobile devices), using
                     <link xlink:type="simple" xlink:href="./definitions/#polyglot">
                        <dfn>Polyglot Documents</dfn>
                     </link>
                  </li>
                  <li>promoting the use of future-proof HTML coding,
                     HTML code that can stand the test of time
                  </li>
                  <li>assisting developers in the transition from HTML version 4 or XHTML 1 to HTML 5
                     (for example, the <link xlink:type="simple" xlink:href="./cheat-sheet/">HTML Cheat Sheet</link>
                     not only provides a quick reference of valid elements in HTML 5, but also
                     uses a strike-through font to indicate which elements are obsolete HTML tags),
                     and
                  </li>
                  <li>using element names without an explicit namespace prefix, for more simple HTML coding,
                     but having an associated namespace URI by default, to allow the HTML content to be
                     aggregated with other types of content in other namespaces or handled by automated processes,
                     using either HTML or non-HTML tools, such as syndicated feed readers and the parsers in
                     <acronym term="Software Development Kits">SDKs</acronym>, both server-based and mobile,
                  </li>
               </ol>
            </subpage>
            <h3>Converting to HTML 5</h3>
            <p>We are working on <link xlink:type="simple" xlink:href="../tutorials/converting-to-html-5.html">converting to HTML 5</link>.
               Please visit the
               <link xlink:type="simple" xlink:href="http://www.HTML-5.com/index.html">HTML 5 standard</link> version of this site.
            </p>
            <subpage id="N100E4" name="contents">
               <label>Contents</label>
               <h2>HTML 5 Tutorial and Reference</h2>
               <dl>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="/authoring/">Authoring HTML</link>
                     </dt>
                     <dd/>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="features.xml">Features of HTML 5</link>
                     </dt>
                     <dd/>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="whats-new-in-html-5.xml">What's New in HTML 5</link>
                     </dt>
                     <dd/>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="/tutorial/">HTML 5 Tutorial</link>
                     </dt>
                     <dd/>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="/tags/">HTML 5 Tag Reference</link>
                     </dt>
                     <dd/>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="/attributes/">Common HTML Attributes</link>
                     </dt>
                     <dd/>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="/css-styles/">CSS Styles</link>
                     </dt>
                     <dd/>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="/metatags/">HTML Metatags</link>
                     </dt>
                     <dd/>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="/cheat-sheet/">HTML 5 Cheat Sheet</link>
                     </dt>
                     <dd/>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="/examples/">HTML 5 Examples</link>
                     </dt>
                     <dd/>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="/definitions/">HTML Definitions</link>
                     </dt>
                     <dt>Polyglot HTML Documents</dt>
                     <dd>You may notice that, when there is a difference between the two possible
                        flavors of HTML 5 syntax, rather than confusing things by presenting
                        examples using both possible options, the syntax that is shown is one
                        that could be used for documents that could be rendered by HTML browsers
                        that interpreting the input in either way. These are known as
                        <link xlink:type="simple" xlink:href="./definitions/#polyglot">
                           <dfn>Polyglot HTML Documents</dfn>
                        </link>.
                     </dd>
                     <dd>
                        <link xlink:type="simple" xlink:href="/definitions/">more definitions</link>
                     </dd>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="/diffs/">Differences between HTML 4 and HTML 5</link>
                     </dt>
                     <dd/>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="/avoid/">Things to avoid in HTML 5</link>
                     </dt>
                     <dd/>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="/faqs/">HTML 5 FAQs</link>
                     </dt>
                     <dd>
                        <acronym term="Frequently Asked Questions">FAQs</acronym> about HTML 5
                        along with answers
                     </dd>
                  </di>
               </dl>
            </subpage>
            <updated local="2010-12-21" millis="1292907600000">Tuesday December 21, 2010</updated>
         </page>
      </pages>
   </section>
   <copyright>Copyright © 2009 Accilent<span class="sup">®</span> Corp. Alteration of content, including addition of any function such as hypertext links or pop-up advertising, or interference with the hypertext links or other functions of this site is expressly prohibited.</copyright>
   <disclaimer>All information, links, forms, applications and other items on this site or obtained from it are provided <b>AS IS</b>, WITHOUT WARRANTY OF ANY KIND EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.</disclaimer>
</document>

