Quantsapp Embedded Modules
  • Quantsapp Embedded modules
  • Overview
  • 🔗Embed a Quantsapp Module
  • 💡Know more about Quantsapp
  • 🏁Getting Started with Iframe
    • 🗒️Attributes
      • Height
      • Width
      • sandbox
      • frameborder
      • src
    • ⚙️Setting restrictions
  • 🧑Authentication Modes
  • 🔑Partner Authentication
    • Open Partner
    • Verified Partner
  • ✨Products
    • Option Chain
    • Open Interest
    • Built-Up
    • Intraday-movers
    • FnO-News
    • Implied-Volatility(iv)-chart
    • GIFT-nifty
    • Ban-list
    • Architect
    • Option-calculator
    • Option-gain
    • Option-pain
    • India-vix
    • Liquidity-finder
    • Result-analysis
    • Rollover
    • Fno-Scanner
    • Synopsis
      • Future-OI
      • Options OI
      • F&O Volume
    • Deals and Holding
    • Index-Contribution
    • Advance Decline
    • Alerts
    • Technical Chart
    • Basis
    • Straddle Index
    • Market Wide Oi
    • PCR
      • OI PCR
    • Option Triggers
    • Strategies
    • Gainer Loser
    • Optimizer Find Strategies
    • Option Scalping
    • Out Runner
    • Participant Data
    • Price Oi Percentile
    • Trap Indicator
    • Unusual Option activity
    • Top-Stocks
    • Builtup-Breadth
    • Vol Trader
  • ✉️Contact Us
Powered by GitBook
On this page

Getting Started with Iframe

PreviousKnow more about QuantsappNextAttributes

Last updated 2 years ago

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