17 lines
308 B
HTML
17 lines
308 B
HTML
|
<!-- [ #427836 ] OBJECT should be wrapped in BODY -->
|
||
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title></title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<object width="288"
|
||
|
height="122"
|
||
|
data="1.xml"
|
||
|
type="text/xml">
|
||
|
<img src=
|
||
|
"file://q:/css/source/intro/images/xml-example.%20gif">
|
||
|
</object>
|
||
|
</body>
|
||
|
</html>
|