What are iFrames used for in HTML?

If you want to show another website on your HTML page, you can do so by using the iframe tag.

Here is some example code below for iframe sample code

<iframe src="https://www.example.com" height="600" width="800"></iframe>

This would create an iframe which is 600 x 800