HTML Iframe tags.
HTML iframe tags are used to display a web page within a web page.so, we can say that Html Iframe tags are used to display a web page as a part of another web page.Html Iframe tag defined with <iframe> </iframe> tags within the body <body> </body> tag of web page.
Html Iframe Syntax:
<iframe src="url"></iframe>
"src" attribute defines the address or path of the iframe webpage