blob: 6ff893c0b19f43573b680283f72f3c2cec5243b7 [file] [log] [blame]
<?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="Test image">
<p> Test for img element in WML </p>
<p> This image is specified by localsrc attribute of img element</p>
test code:<![CDATA[
<p>Local<img height="60" width="40" vspace="40" hspace="60" align="middle" localsrc="resources/pass.png" alt="smile"/>Image</p>
]]>
<br/>
<p>Local<img height="60" width="40" vspace="40" hspace="60" align="middle" localsrc="resources/pass.png" alt="smile"/>Image</p>
</card>
</wml>