<FRAME
ALIGN=LEFT|CENTER|RIGHT|TOP|BOTTOM
FRAMEBORDER=1|0
MARGINHEIGHT=height
MARGINWIDTH=width
NAME=name
NORESIZE
SCROLLING=yes|no
SRC=address>
Defines a single frame in a frameset. There is no matching end-tag.
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
<FRAME FRAMEBORDER=0 SCROLLING=NO SRC="sample.htm">