|
|
Return to HTML 4.01 element index page
Name: Inline Frame
<iframe> ... </iframe>
Description: Creates a floating frame within an HTML document.
Browser Compatibility: NN: 6.0+ / IE: 3.0+
| Attributes: |
|
* Deprecated
Code Example:
<iframe name="diff_win"
scr="http://www.yours.com"><iframe>
Comments: Can be imitated using <div> and CSS.
Created: March 15, 2005
URL: http://webreference.com/html/reference/specs/