#17 HTML iFrame

Oh don’t worry this is not by Apple. It’s just a HTML tag to display web page within a web page.

HTML Iframe Syntax

The HTML <iframe> tag specifies an inline frame.

An inline frame is used to embed another web page or document within the current HTML document

<iframe src="url" title="description">

Example

See the Pen iframe tag by Arpit (@soniarpit) on CodePen.

The