The HTML <iframe> tag specifies an inline frame. An HTML iframe is used to display a web page within a web page.
<iframe>
<iframe src ="url" title ="description" height ="200" width ="300"> </iframe>
iframe
/iframe
W3Schools.com