1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42
|
<HTML>
<head>
<base>
</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>
|