HTML - Tags - <iframe>

#66 of 147
iframe
Next image
Prev i

 <html>
 <body>
     <iframe src="http://yoursite.com">
         Content for browsers that do not support iframe.
     </iframe>
     <iframe src="test.pdf#zoom=110" frameborder="0">
         Content for browsers that do not support iframe.
     </iframe>
 </body>
 </html>
 

The iframe element creates a nested browser window into which another page can be embedded.

A live example:


A web site

A PDF


N of

Ads by Google


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

© Richard McGrath