23-4.wml
Upload User: shuxianled
Upload Date: 2007-01-18
Package Size: 6404k
Code Size: 1k
Development Platform:

Others

  1. <?xml version="1.0"?>
  2. <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
  3.                      "http://www.wapforum.org/DTD/wml_1.1.xml">
  4. <wml>
  5.   <card>
  6.     <p align="center">
  7.       <strong>Titles Are Often Centered</strong>
  8.     </p>
  9.     <p align="left" mode="wrap">
  10.       Left-aligned, wrapped text is the default.
  11.     </p>
  12.     <p align="right">Right aligned</p>
  13.     <p mode="nowrap">
  14.       This text should extend across one
  15.       line with some form of horizontal
  16.       scrolling, possibly automatic;
  17.       but many phones will wrap it anyway.
  18.     </p>
  19.   </card>
  20. </wml>