Wap & WML
Wap & WML
Presented by :
Konkona Choudhury
PRN : 060341016
NEXT
Overview:
WAP
WAP Gateway
WML
PREV NEXT
What is WAP?
PREV NEXT
Formation of WAP
PREV NEXT
How WAP works?
PREV
NEXT
WAP Gateway
PREV NEXT
WML
Content in WAP are presented to the phone using
the Wireless Markup Language (WML).
WML is analogous to HTML for HTTP applications.
It is designed to interface with the micro-
browsers of WAP-enabled devices.
A WML document is a collection of cards.
Each card carries enough information to fit in
one screen of a mobile device.
One or more cards can be logically grouped into
a deck of cards.
PREV
NEXT
WML and HTML
<html> <wml>
<title> <card title="AboutUs">
<p align="center" >
About us
Hello world<br/>
</title>
</p>
<body>
<p align="center" >
<br>
</p>
Hello world
</card>
</body>
</wml>
</html>
NEXT
PREV
A WML screen
<wml>
<card title="Cancel">
<p align="center" ><br/>
Your ticket is Cancelled<br/>
</p>
<p align="center" >
<anchor>Home
<go href="welcome.jsp"
method="get" />
</anchor>
</p>
</card>
</wml>
PREV NEXT
Thank you
PREV