Inline Frame or iFrame is a HTML element. Using iFrame inside a webpage you can load a HTML document from another webpage. An iFrame may contain CSS and/or JavaScript as well. For example, whenever you try to embed a youtube video inside your WordPress post it comes with an iframe like this:
<iframe src=" https://www.youtube.com/embed/jNQXAC9IVRw"></iframe>