<iframe src="">

Browser
  • IE
  • Cr
  • Sf
  • Fx
  • O
Type

The IFRAME element defines an inline frame.


<iframe src="example.html"></iframe>

Attribute Value Explanation
src=" " URL the URL of the page to display in the iframe

Example


<iframe src="iexample_b.html">
Alternate content
</iframe>

Output