Skip to content

WML Program to Display Table

WML Program to Display Table

Code:

/*WML Program to Display Table*/
<?xml version=”1.0″?>
<!DOCTYPE wml PUBLIC “-//WAPFORAM//DTD WML 1.2//EN”
“http:??www.wapforum.org/DTD/wml12.dtd”>
<wml>
<card title = “WML Table”>
<p>
<table columns=”3″ align=”LCR” Border=”1″>
<tr>
<td>col1</td>
<td>col2</td>
<td>col3</td>
</tr>
<tr>
<td>A</td>
<td>B</td>
<td>C</td>
</tr>
<tr>
<td>D</td>
<td>E</td>
<td>F</td>
</tr>
</table>
</p>
</card>
<wml>

Sample Output:

Comment bellow for Query and Feedback 🙂

1 thought on “WML Program to Display Table”

Leave a Reply

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

error: Content is protected !!