<?xml version="1.0"?>
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN"
"http://www.wapforum.org/DTD/xhtml-mobile10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>imageattr.xhtml</title>
</head>
<body>
<p>
Default image (approx 87x50 pix)<br />
<img src="../objects/attblk1.gif" alt="att.gif"/><br /><br />
Missing image displays alt text success<br />
<img src="../objects/missing.gif" alt="success"/><br /><br />
Longdesc attribute may display long description<br />
<img src="../objects/attblk1.gif" alt="att.gif" longdesc="long description"/><br /><br />
43pix wide 25 pix high<br />
<img width="43" height="25" src="../objects/attblk1.gif" alt="att.gif"/><br /><br />
50% and 75% of screen width wide (15% high should be ignored
resulting in normal aspect ratio, Globe should not be streched.)<br />
<img width="50%" height="15%" src="../objects/attblk1.gif" alt="att.gif"/><br /><br />
<img width="75%" height="15%" src="../objects/attblk1.gif" alt="att.gif"/><br /><br />
</p>
<div>50% and 75% wide 25% high of 100px high box</div>
<div style="height:100px; border:solid black 1px">
<img width="50%" height="25%" src="../objects/attblk1.gif" alt="att.gif"/><br /><br />
<img width="75%" height="25%" src="../objects/attblk1.gif" alt="att.gif"/><br /><br />
</div>
<p>
<a href="imagetype.xhtml">imagetype.xhtml</a><br />
<a href="image.xhtml">[image]</a><br />
<a href="menu.xhtml">[menu]</a>
</p>
</body>
</html>