The HTML <iframe> tag specifies an inline frame. An HTML iframe is used to display a web page within a web page.

<iframe src ="url" title ="description" height ="200" width ="300"> </iframe>

Target for a Link

W3Schools.com



Back to