summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/wml/a-element.wml
blob: 07a00de597979eb1c1c9e6d29e09c6b53411f856 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>
 <card title="A element Test">
  <p>Test for A element. <br/>When mouse moves into link, "go to test.wml" will appear, click the link, will jump to test.wml</p>
  
  <p>
   <a href="../test.wml" title="go to test.wml" >Next page</a>
  </p>
 </card>
</wml>