HTML iframes is nothing but an advancement to the HTML Frames. iframe allows a developer to embed external web resources within it. The tag used for this, is: <iframe>. It is an empty tag.
We use the attribute src to determine the web resource. Consider the code below:
Example:
examples
Output: