how to show another website in my website code example
Example 1: how to show other website inside my website
<iframe src="http://www.codegrepper.com" width= 600px height=200px></iframe>
Example 2: how to embed a website in another website
<iframe src="url of required page">
</iframe>