> For the complete documentation index, see [llms.txt](https://iframe-doc.quantsapp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://iframe-doc.quantsapp.com/getting-started-with-iframe.md).

# 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:

{% hint style="info" %}
NOTE: When inserting url insert complete url with protocol ex:(http or https)
{% endhint %}

**Example:**

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

{% content-ref url="/pages/9BN4ic6igNEmNqW5J3UE" %}
[Attributes](/getting-started-with-iframe/attributes.md)
{% endcontent-ref %}
