<?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>
  <a href="#html-5-status" accesskey="1">HTML 5 Status</a>
  <br/>
  <a href="#coding-html-5" accesskey="2">Coding</a>
  <br/>
  <a href="#html-5-transition" accesskey="3">Serialization</a>
  <br/>
  <a href="#html-5-serialization" accesskey="4">Serialization</a>
  <br/>
 </card>
 <card ordered="true" newcontext="false" id="html-5-status">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#coding-html-5"/>
  </do>
  <!--TO DO: uses XMLStyles_wml1.xsl - delete XMLStyles_wml.xsl-->
  <p align="left">What is the status of the HTML 5 standard?</p>
  <p align="left">The HTML 5 standard is still under development. However, to extend the life span of HTML documents being created, it's not a bad idea to start migrating toward those features of HTML 5 that already work now. A good place to start is the <a href="../cheat-sheet/">HTML Cheat Sheet</a>. Avoid any obsolete coding that is shown with a strikethrough font and be aware than anything indicated as <b style="color: red">New</b> features in HTML 5 might not work in some browsers yet. </p>
  <p align="left">
   <a href="#coding-html-5">Next: Coding</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="coding-html-5">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#html-5-transition"/>
  </do>
  <!--TO DO: uses XMLStyles_wml1.xsl - delete XMLStyles_wml.xsl-->
  <p align="left">When can I start coding with HTML 5?</p>
  <p align="left">HTML 5 has been designed to be relatively backward compatible with both the 1997-1999 HTML 4 standard and the 2000-2001 XHTML 1.x W3C recommendation of HTML. The XML serialization of HTML 5 merges these two standards, and is already understood by virtually all web browsers including XHTML-based mobile browsers. <a href="../definitions/#polyglot">Polyglot HTML documents</a> can be delivered either as <span class="outlined">text/html</span> to traditional web browsers or as <span class="outlined">application/xhtml+xml</span> to web browsers on computers as well as in cell phones and other handheld devices. So if you start creating polyglot documents now your web pages will be well positioned for both current and future HTML browsers and mobile devices. For now, just try to avoid tags that have been deprecated in HTML 5 or newly added - the <a href="../cheat-sheet/">HTML Cheat Sheet</a> is designed to help with both what's new in HTML 5 and what's been deprecated. Make sure you know how to use CSS and XSL templates. </p>
  <p align="left">
   <a href="#html-5-transition">Next: Serialization</a>
   <br/>
   <a href="#html-5-status">Prev: HTML 5 Status</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="html-5-transition">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="#html-5-serialization"/>
  </do>
  <!--TO DO: uses XMLStyles_wml1.xsl - delete XMLStyles_wml.xsl-->
  <p align="left">What is the easiest way to make the transition to HTML 5?</p>
  <p align="left">
   <p align="left">1) </p>
  </p>
  <p align="left">
   <a href="#html-5-serialization">Next: Serialization</a>
   <br/>
   <a href="#coding-html-5">Prev: Coding</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
 <card ordered="true" newcontext="false" id="html-5-serialization">
  <do optional="false" type="options" label="Next">
   <go enctype="application/x-www-form-urlencoded" method="get" sendreferer="true" href="mistakes.wml"/>
  </do>
  <!--TO DO: uses XMLStyles_wml1.xsl - delete XMLStyles_wml.xsl-->
  <p align="left">What are some advantages/disadvantages of the HTML serialization vs. the XML serialization of HTML 5?</p>
  <p align="left">
   <p align="left">1) </p>
  </p>
  <p align="left">
   <a href="mistakes.wml">Next: Common Mistakes</a>
   <br/>
   <a href="#html-5-transition">Prev: Serialization</a>
   <br/>
   <a href="#index">Back Up: Menu</a>
   <br/>
  </p>
 </card>
</wml>

