HTML Iframe Generator

An inline frame, also known as iframe tag, lets users load an HTML document inside a webpage. Commonly used for embedding videos or interactive webpage content.

Preview

Properties

Code

<iframe src="https://example.com" name="myIframe" width="350" height="200">
  Sorry your browser does not support inline frames.
</iframe>