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="A element Test"> 5 <p>Test for A element. <br/>When mouse moves into link, "go to StartTests.wml" will appear, click the link, will jump to StartTests.wml</p> 6 <p> 7 <a href="StartTests.wml" title="go to StartTests.wml" >Next page</a> 8 </p> 9 </card> 10 </wml> 11