Dynamicdeezign, documentation of html and css
The guide to create your Web site on Internet
 

<iframe> : inline subwindow
The IFRAME element allows authors to insert a frame within a block of text. Inserting an inline frame within a section of text is much like inserting an object via the OBJECT element: they both allow you to insert an HTML document in the middle of another, they may both be aligned with surrounding text, etc.
The information to be inserted inline is designated by the src attribute of this element. The contents of the IFRAME element, on the other hand, should only be displayed by user agents that do not support frames or are configured not to display frames.
Attributes
-) longdesc
This attribute specifies a link to a long description of the frame. This description should supplement the short description provided using the title attribute, and is particularly useful for non-visual user agents.
-) name
This attribute assigns a name to the current frame. This name may be used as the target of subsequent links.
-) width
The width of the inline frame.
-) height
The height of the inline frame.
Other attribues
-) id, class (document-wide identifiers)
-) title (element title)
-) style (inline style information)
-) name, src, frameborder, marginwidth, marginheight, scrolling (frame controls and decoration)
-) align (alignment)


Example

<iframe src="index.php" name="a1" frameborder=yes></iframe>

Gives








For complete reference see html reference at W3C
Q0..1   Q1..1   Q2..1   Q3..1   Q4..1   Q5..1   Q6..1   Q6..2   Q6..3   Q7..1   Q8..1   QA..1   QB..1   QC..1  
QD..1   QE..1   QF..1   QH..1   QI..1   QJ..1   QK..1   QL..1   QL..2   QM..1   QN..1   QP..1   QQ..1   QR..1  
QS..1   QS..2   QT..1   QT..2   QU..1   QV..1   QW..1   QX..1   QY..1   QZ..1