Getting Started with Iframe
Last updated
Last updated
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:
Example:
<iframe src="https://iframe.quantsapp.com" ></iframe>