MC Lab File Arnav
MC Lab File Arnav
INSTITUTE OF TECHNOLOGY
BACHELOR OF TECHNOLOGY IN
ELECTRONICS AND COMMUNICATION
ENGINEERING
EXPERIMENT 1
Submitted to: Dr. Vidisha Khetarpal
Submitted by: Arnav sharma
Class & roll no.: ECE 2 | 0691320822
AIM: To study Wireless Markup language (WML).
WML Tags: WAP homepages are not very different from HTML homepages.
The markup language used for WAP is WML (Wireless Markup Language).
WML uses tags - just like HTML - but the syntax is stricter and conforms to
the XML 1.0 standard. WML pages have the extension". WML, just like HTML
pages have the extension *. HTML. WML is mostly about text. Tags that
would slow down the communication with handheld devices are not a part of
the WML standard. The use of tables and images is strongly restricted. Since
WML is an XML application, all tags are case sensitive (<wml> is not the
same as </WML>), and all tags must be properly closed.
Element Tags: As WML is a language derived from XML, each element has
an opening and a closing tag; if no actual content exists, an abbreviation can
be used. WML is therefore case sensitive, tags have to be given in lowercase
letters.
<tag>Content</tag>
<tag/>
2
<tag attribute="value1">
Content</tag>
<tag attribute="value"/>
<head>
content Thomas
Ziegler"/> </head>
Links: Links may be given in two ways, but the <a> tag is preferred.
href="#card">Go to card</a>
IMAGES: The WBMP format (Wireless Bitmap) is used to code images under
WML. Nokia has a DOS based conversion utility.
INPUT: <input> generates a text entry field and validates the entry against
a format specification. The value is returned in a Variable.
<head>
Winwap 4.0
Introduction:
WinWAP 4.0 was a software application released in the late 1990s that
functioned as a WAP (Wireless Application Protocol) browser specifically
designed for personal computers. WAP was a precursor to modern mobile
web browsing, enabling users to access basic text-based websites and
services on their early mobile phones. WinWAP 4.0 bridged the gap, allowing
desktop users to experience and interact with this nascent mobile web
environment.
History:
Characteristics:
4
• Desktop-based: Unlike mobile browsers, Win WAP 4.0 was a software
program installed on personal computers, allowing users to explore the
WAP world from their desktops.
Applications:
Winwap emulator
Introduction:
The Win WAP emulator faithfully replicates the limitations and functionalities
of a basic WAP browser found on early mobile devices. Upon launching,
users are greeted with a smolated phone interface, complete with a small
screen, directional buttons for navigation, and a limited number of on-screen
options. Text input relies on the user's PC keyboard, mimicking the
cumbersome process of typing on a physical phone keypad.
5
The content accessible through the emulator primarily consists of WAP
(Wireless Application Protocol) websites. WAP, the dominant mobile web
technology pre-dating HTML5, was designed for the restricted capabilities of
early phones. WAP pages were characterized by:
Conclusion:
6
EXPERIMENT 2
AIM: Write a Program to Print "This is my first Experiment" in WML.
CODE:
OUTPUT:
WinWap Window
7
Winwap Emulator
8
EXPERIMENT 3
AIM: Write a program to create a link break in WML.
CODE:
OUTPUT:
WinWap Window
9
WinWap Emulator
10
EXPERIMENT 4
AIM: Write a program in WML to illustrate the font size.
CODE:
OUTPUT:
11
WinWap Window:
Winwap Emulator:
12
EXPERIMENT 5
AIM: Write a program to create a table in WML card.
CODE:
OUTPUT:
13
WinWap Window:
Winwap Emulator:
14
15
EXPERIMENT 6
AIM: Write a program with two cards one for user input and other
for displaying the result.
CODE:
OUTPUT:
WinWap Window:
16
Winwap Emulator:
17
EXPERIMENT 7
AIM: Write a program to introduce input box in a WML form.
CODE:
OUTPUT:
WinWap Window:
18
Winwap Emulator:
19