HTML — Iframes
An <iframe>
shows another webpage inside your page. Like a window inside a window.
<iframe src='https://www.wikipedia.org' width='400' height='300'></iframe>
An <iframe>
shows another webpage inside your page. Like a window inside a window.
<iframe src='https://www.wikipedia.org' width='400' height='300'></iframe>