What is the explanation for the different types of WML cards?

1 answer

Answer

1228773

2026-08-01 15:00

+ Follow

Page content go between wml tags within a document.

Cards are used to represents the text that will be displayed

on a device's screen.

WML "pages" or WML documents are referred to as decks. Each deck consists of one or more cards. Each deck begins and ends with the tag, and each card begins and ends with the tag.

When the WML micro browser accesses a WML document (or deck), it reads the whole deck, and navigation between the cards in this deck is done without the need to load any more data. This is important to know, because once you've loaded a deck, all cards within it stays (statically) in the WML micro browser memory until the browser is instructed to reload the whole deck.

If you are familiar with the tag of HTML, tags of WML is very similar. ...some code... ...some more code...

Decks and cards are accessed this way: [deckname][#cardname]. If the deckname is omitted, the browser will look for a card named cardname within the deck currently in memory. If the #cardname is omitted, the browser will load the deck called deckname and jump to the first card in the deck. If you include both deckname and #cardname, the browser will load the deck called deckname and jump to the card called #cardname. In other Words pretty much the same way the HTML tag works.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.