HTML - Tags - <object>

#94 of 147
object

 <html>
 <body>
     <object data="test.pdf?#zoom=200" type="application/pdf">
         <param name="zoom" value="200">
     </object>
 </body>
 </html>
 

The object element links to an external resource that is handled by a browser plugin.

Plug-ins can be added to web pages with the object tag or the embed tag.

A live example:


PDF


See also: embed

N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath