<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
                     "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
  <card>
    <p align="center">
      <strong>Titles Are Often Centered</strong>
    </p>
    <p align="left" mode="wrap">
      Left-aligned, wrapped text is the default.
    </p>
    <p align="right">Right aligned</p>
    <p mode="nowrap">
      This text should extend across one
      line with some form of horizontal
      scrolling, possibly automatic;
      but many phones will wrap it anyway.
    </p>
  </card>
</wml>
