HTML iframe Tag

Example

An inline frame is marked up as follows:
<iframe src="http://bloggerhelp24.blogspot.com"></iframe>

Teach Yourself  by BH24 HTML Editor Tool!

The <iframe> tag is supported in all major browsers.

Definition and Usage

The <iframe> tag specifies an inline frame.
An inline frame is used to embed another document within the current HTML document.

Tips and Notes

Tip: To deal with browsers that do not support <iframe>, add a text between the opening <iframe> tag and the closing </iframe> tag.
Tip: Use CSS to style the <iframe> (even to include scrollbars).