how to embed a web page in html code example
Example 1: how to embed a website in another website
<iframe src="url of required page">
</iframe>
Example 2: iframe in html
<iframe src="yourURL" height="200" width="300"></iframe>
<iframe src="url of required page">
</iframe>
<iframe src="yourURL" height="200" width="300"></iframe>