Answer:
An iframe is used to display a web page within a web page.
<iframe src="http://www.dotnetfunda.com">
<p>Your browser does not support iframes.</p>
</iframe>
Some old browsers do not support iframe. In that case, text between the opening <iframe> and closing </iframe> tag will be displayed.
Asked In: Many Interviews |
Alert Moderator