page inside page iframe code example
Example 1: how to open a website inside a website
<iframe src="https://www.codegrepper.com" width="100%" height="300px"
title="website" style="border: 10px solid black;">
</iframe>
Example 2: html iframe tag
<iframe src="http://kidcreatorsteam.com" height="90px" width="40px"></iframe>
<!--I made an iframe! Yay! -->