HOME

Saturday, October 15, 2016

WML program to display different types of text format

/*WML Program for Displaying Different Types of Text*/
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORAM//DTD WML 1.2//EN"
"http:??www.wapforum.org/DTD/wml12.dtd">
<wml>
<card title="Text Formatting">
<p>
<b>bold Text</b><br />
<big>big Text</big><br />
<em>Emphasized Text</em><br />
                  <i>italic Text</i><br />
<small>small Text</small><br />
<strong>strong Text</Strong><br />
<u>underlined Text</u>
          </p>
</card>
</wml>

No comments:

Post a Comment