HTML Iframes
HTML Iframes
- Is used to display a web page within a web page.
- An HTML iframe is defined with the <iframe> tag.
- An iframe can be used as the target frame for a link, the target attribute of the link must refer to the name attribute of the iframe.
- The src attribute specifies the URL (web address) of the inline frame page.