HTML inline frames (iFrames) make it possible to display a webpage inside another webpage. You accomplish that using the <iframe> HTML tag.
Adding HTML Iframes to Pure Code Website
A typical iframe markup code will look like this:
<iframe src="https://webpage.com" id="webframe" title="Another Web Page" width="300" height="200"></iframe>