🏁Getting Started with Iframe

What is Iframe?

The tag specifies an inline frame. An inline frame is used to embed another document within the current HTML document. Here we use it to embed quantsapp web application.

Syntax

<iframe src="url" ></iframe>

description of iframe syntax:

<iframe>: this is HTML tag for specifies Inline Iframe syntex:

src :- src attribute defines the url of page to embed syntex: src=" " example:

NOTE: When inserting url insert complete url with protocol ex:(http or https)

Example:

<iframe src="https://iframe.quantsapp.com" ></iframe>

🗒️Attributes

Last updated