HTML-Iframe

The <iframe> tag specifies an inline frame. An inline frame is used to embed another document within the current HTML document.

 

Example:

 

Code

Iframe

<iframe src="Desired URL" width="98%" height="600"></iframe>

Back