Jump to content

Talk:WMLScript

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Mathiastck (talk | contribs) at 12:27, 19 July 2007 (support). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Q1) Use WML to mark up the following sentences:

   When using the card tag, WML syntax requires quotes(“) 
  Around the attribute values  Id & text.
And  WML tags begins with < and ends with /> symbols

Q2) Create a deck with the following table:

WML Tag Description Specifies bold font. Specifies emphasized text. Specifies that the text should be one font size larger than the default. Specifies that the text should be one font size smaller than the default. Specifies italic font. Underlines text. Specifies emphasized text. Fig. 13.3 Description of WML formatting tags.


Q3) Use a WML document that creates a deck with the following form:


Enter Your Name:


Your ID No:


 Gender :   


Program:

Program should be multiple selection as follows: 0 CIS 0 CSE 0 EEE 0 BBA

Q4) Create a deck with four cards . Use the template element to create soft key for each card in the deck. When pressed , the soft key it should enable the user to navigate the cards Include a link back to each card. The details of each should be as follows:

Card 1- It should contain a table of 2 rows and 2 cols , giving name and designation details of 2 employees 

Card2- It should contain a form to input the firstname, gender and age.

Card 3 – It should contain 2 links , 1st link to yahoo web page; 2nd link to your card 4.

Card 4- It should contain an image

Q5) Write WML script to find the sum of 10 natural numbers.-

Q6) Write a WML Script to find the cube of the number, using User defined functions.-

support

Can one use WMLScript on an xhtml page? Mathiastck 12:27, 19 July 2007 (UTC)[reply]