Previous Next

HTML Iframes

The HTML iframes are employed to insert another HTML page into the present HTML page. It is also referred to as an inline frame.

Attributes

Example:

<iframe src="" title="name" height="440" width="500"></iframe>

Output

Previous Next