We can do that with the inline frames tag, <iframe>.

<html><body><h1>My favorite website</h1><iframe src="https://getmimo.com"></iframe>
 </body>
</html>
]]>

Great! We can use the <iframe> to add a webpage, or something from a webpage, inside another webpage.

Don't forget to add the opening and closing tags in the right order.