blob: 3f520e8dd39b17313c512497df53d98597d17e67 [file] [log] [blame]
<HTML>
<head>
<base href="images/">
</head>
<body>
<img name="a" src="image-a.gif" align="top">
<img src="image-b.gif" name="b" align="top"/>
<img src="image-b.gif" name="b" align="top"/>
<img align="top" name="c" src= "image-c.gif">
<img name="d" align="top" src ="image-d.gif"/>
<img
align="top"
name="e"
src =
"image-e.gif"
>
<img
align="top"
Name="F"
sRc = "sub/image-f.gif"
/>
<input name="a" src="image-a2.gif" type="image"/>
<input src="image-b2.gif" name="b" type="image">
<input type= "image" name="c" src= "sub/image-c2.gif"/>
<input name="d" type ="image" src ="image-d2.gif">
<input name="d2" type ="image" src ="image-d2.gif">
<input name="d3" type ="imagex" src ="image-d2.gif">
<input
type =
"image"
name="e"
src =
"image-e2.gif"
/>
<input
type = "image"
Name="F"
sRc = "image-f2.gif"
>
</body>
</html>