Home | History | Annotate | Download | only in wml
      1 <?xml version="1.0" ?>
      2 <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
      3 <wml>
      4     <card title="Anchor Tag">
      5         <p>Test for WML img enclosed with anchor element, when the mouse move into the image, the tip "go to StartTests.wml" will appear</p>
      6         <p>
      7             <anchor title="go to StartTests.wml"><img src="resources/smiley.png"/> <go href="StartTests.wml"/></anchor>
      8         </p>
      9     </card>
     10 </wml>
     11