Friday 11 October 2013

Wireless Communication Mobile Computing Practicals

AIM:  Write a WML program to display title, 
CODE:
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN"
     "http://www.wapforum.org/DTD/wml13.dtd">
<wml>
  <card id="card1" title="Practical_1">
    <p align="center">
      <big><b>This is First Practical of WML</b></big>
    </p>
  </card>
</wml>

No comments:

Post a Comment