<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