HTML Iframe

HTML Iframe

HTML Iframe

  • HTML iframe is used to display a web page or full website within a web page.

  • It is a very important and powerful concept, which enhances the features of HTML.

  • HTML iframe is defined by <iframe src="url"> syntax.

  • src stands for Source.

  • URL stands for Uniform Resource Locator (where our resource is located).


Example:

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

Example:

<iframe width="400" height="300" src="../.."> </iframe>