Kombination der Tags object, iframe und embed

Quellcode:

<html>
<head>
</head>
<body>
<h1>
Kombination der Tags object, iframe und embed</h1>
<object classid=
"clsid:CA8A9780-280D-11CF-A24D-444553540000" id="Pdf1" width="500" height="400">
<param name=
"SRC" value = "pdf/formular_berechnung.pdf">
<iframe src=
"pdf/formular_berechnung.pdf"> width=400 height=500>
<embed src="pdf/formular_berechnung.pdf"> width=400 height=500>
</embed>
</iframe>
</object>
</body>
</html>