HTMLIframes

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>