
|
 |

Text appearance
Just like in normal pages, you can underline text as well. There is nothing
fancy here, just a simple <u> tag.
An example follows...
<?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="MainCard"
title="This is a first card">
<p align="center">
This is normal text
<br/>
<u>This is underlined</u>
</p>
</card>
</wml> |
|

|