4. WML Generic Metadata: <meta>

You can specify some generic metadata in your WML file using the <meta/> tag. Metadata is placed at the document head. The <head> and </head> tags mark the start and end of the document head respectively. A WAP browser will ignore the metadata if it does not understand the metadata's meaning. You can specify metadata of any sort in a WML file without affecting the cards' look. For example, you may want to state the author name in your WML file without displaying it on the screen. The following example illustrates how to do this:


(metadataEg1.wml)

<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">

<wml>
  <head>
    <meta name="author" content="Andrew"/>
  </head>

  <card id="card1" title="WML Tutorial">
    <p>Hello World</p>
  </card>
</wml>


Previous Page Page 7 of 50 Next Page


Feedback Form (ExpandCollapse)

What do you think about this web page?






(Optional) Please provide us more details. For example, suppose you select option 2 above, can you tell us specifically what information is missing? You can also suggest anything that can help us improve this web page.

(Optional) Your name:

(Optional) Your email address:

Please enter again to confirm:

Due to the amount of messages we received, we may not be able to reply to all messages.

A button for going back to the top of this page