HTML Iframe

HTML Iframe

IN HTML iframe tag is used to display a web page inside a web page.
<iframe src=”URL“></iframe>
The src attribute stands for source. Which specifies the URL of the inline frame page.
<iframe src=”http://www.google.com” height=”200″ width=”300″></iframe>