Aim: Make A Table Using WML Language Date: 19-08-2010
Aim: Make A Table Using WML Language Date: 19-08-2010
<template>
<!-- Template implementation here. -->
<do type="prev"><prev/></do>
</template>
<tr>
<td>Cell D</td>
<td>Cell E</td>
<td>Cell F</td>
</tr>
<tr>
<td>Cell G</td>
<td>Cell H</td>
<td>Cell I</td>
</tr>
</table>
</p>
</card>
</wml>
Aim:- 19-08-10
a) To create a deck of three cards
b) Text formatting tags
c) Hyperlinks
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN"
"http://www.wapforum.org/DTD/wml13.dtd">
<wml>
<!-- Possible <head> elements here. -->
<template>
<!-- Template implementation here. -->
<do type="prev"><prev/></do> </template>
</wml>