Skip to content

WML Program for Displaying Different Types of Text

WML Program for Displaying Different Types of Text

Code:

/*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>

Sample Output:

Comment bellow for Query and Feedback 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *

error: Content is protected !!