WML Free Tutorial

Web based School


Previous Next

WAP Demo

The WAP Demo requires Microsoft Internet Explorer 5.0 or higher

 


<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
 <card id="HTML" title="HTML Tutorial">
  <p>
HTML Tutorial is an award winning HTML <b>tutorial</b>.
</p>
 </card>
 <card id="XML" title="XML Tutorial">
  <p>
XML Tutorial is an award winning XML <b>tutorial</b>.
</p>  </card>
</wml>

 

 
  

HTML Tutorial is an award winning HTML tutorial

  

Compiling WML Code

To test and compile your own WML code, you have to have something like the Nokia WAP Toolkit.

Inside the Nokia WAP Toolkit it is easy to write the code and test the result yourself.

If you place WML code on your normal IIS or Apache server, you don't need to compile it. This is a job for the WAP Gateway. Simply host your native WML code on your server.



Previous Next