The iframe is used to include external html pages or other html pages inside another html page.
iframe format:
<iframe width="400" height="300" src="http://example.com/"></iframe>
There are different types of attributes i.e. width, height, name, src, srcdoc, seamless etc.
Nice and very unique post… Thank you very much.