HTML iframe is used to display a web page or full website within a web page.
It is a very important and powerful concept, which enhances the features of HTML.
HTML iframe is defined by <iframe src="url"> syntax.
src stands for Source.
URL stands for Uniform Resource Locator (where our resource is located).
Run the code to see the effect.