HTML Iframe

An HTML iframe is used to embed another document within the current HTML document.

Syntax

<iframe src=”url” title=”description”></iframe>

Example:

src attribute refer to the target need to be fetch inside iframe.

title refer to frame title

height & width refer to size of the iframe need to be loaded inside parent window.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top