<IFRAME
ALIGN=LEFT|CENTER|RIGHT|TOP|BOTTOM
FRAMEBORDER=1|0
HEIGHT=height
MARGINHEIGHT=height
MARGINWIDTH=width
NAME=name
SCROLLING=yes|no
SRC=address
WIDTH=width>
</IFRAME>
Defines a floating frame. The end-tag is required.
LEFT | The frame is drawn as a left-flush "floating frame," and text flows around it. |
CENTER | Surrounding text is aligned with the center of the frame. |
RIGHT | The frame is drawn as a right-flush "floating frame," and text flows around it. |
TOP | Surrounding text is aligned with the top of the frame. |
BOTTOM | Surrounding text is aligned with the bottom of the frame. |
Example
<IFRAME FRAMEBORDER=0 SCROLLING=NO SRC="sample.htm"></IFRAME>