<?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="mistakes"-->
 <template>
  <do optional="false" label="Back" type="prev">
   <prev/>
  </do>
 </template>
 <card ordered="true" newcontext="false" id="wrong-version">
  <!--TO DO: uses XMLStyles_wml1.xsl - delete XMLStyles_wml.xsl-->
  <p align="left">Wrong version of HTML standard</p>
  <p align="left">One of the most common mistakes in coding HTML is coding according to a different version of the HTML standard than what the browser will be using based on the Content Type header and DOCTYPE declaration that are being provided. </p>
  <p align="left"/>
 </card>
</wml>

